Html Css Color HEX #BA61FD Heliotrope

📋 copy color: '#BA61FD'

red 186 ◦ green 97 ◦ blue 253

#BA61FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #BA61FD

Tints of Heliotrope #BA61FD

RGB

 RED value IS 186 (73.05% from 255) = 34.7%

 GREEN value IS 97 (38.28% from 255) = 18.1%

 BLUE value IS 253 (99.22% from 255) = 47.2%

R = 34.7%
G = 18.1%
B = 47.2%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BA61FD (or 0xBA61FD) is known color: Heliotrope. HEX triplet: BA, 61 and FD. RGB value is (186,97,253). Sum of RGB (Red+Green+Blue) = 186+97+253=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 97 (38.28% from 255 or 18.10% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA61FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA61FD is #459E02. Grayscale: #8C8C8C. Windows color (decimal): -4562435 or 16605626. OLE color: 16605626.

HSL color Cylindrical-coordinate representation of color #BA61FD: hue angle of 274.23º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA61FD is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 97 253 -
CMYK 0.26 0.62 0 0.01
HSL 274.23º 0.98% 0.69% -
HSV(B) 274.23º 0.62% 0.99% -
XYZ 42.25 26.08 95.74 -
YUV 141.4 190.99 159.82 -
System Red Green Blue C M Y K H S L
Decimal 186 97 253 0.26 0.62 0 0.01 274.23 0.98 0.69
Hex BA 61 FD 1A 3E 0 1 112 62 45
Octal 272 141 375 32 76 0 1 422 142 105
Binary 10111010 1100001 11111101 11010 111110 0 1 100010010 1100010 1000101

Color Harmonies of #BA61FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA61FD

Black with #BA61FD

Text Example


Text Example

White with #BA61FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA61FD; }

 p { color: rgb(186,97,253); }

 H1.HeaderClassName
 {
   color: #BA61FD;
 }
 .AnyTagClassName
 {
   color: #BA61FD;
 }
</style>

background-color css

<style>
 a { background-color: #BA61FD; }

 a { background-color: rgb(186,97,253); }

 div.DivClassName
 {
   background-color: #BA61FD;
 }
 .BgClassName
 {
   background-color: #BA61FD;
 }
</style>

border-color css

<style>
 span { border-color: #BA61FD; }

 span { border-color: rgb(186,97,253); }

 td.TdClassName
 {
   border-color: #BA61FD;
 }
 .TagClassName
 {
   border-color: #BA61FD;
 }
</style>