Html Css Color HEX #BA66F9 Heliotrope

📋 copy color: '#BA66F9'

red 186 ◦ green 102 ◦ blue 249

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

Shades of Heliotrope #BA66F9

Tints of Heliotrope #BA66F9

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.99%

 BLUE value IS 249 (97.66% from 255) = 46.37%

R = 34.64%
G = 18.99%
B = 46.37%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA66F9 (or 0xBA66F9) is known color: Heliotrope. HEX triplet: BA, 66 and F9. RGB value is (186,102,249). Sum of RGB (Red+Green+Blue) = 186+102+249=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 102 (40.23% from 255 or 18.99% from 537); Blue value is 249 (97.66% from 255 or 46.37% from 537); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA66F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA66F9 is #459906. Grayscale: #8F8F8F. Windows color (decimal): -4561159 or 16344762. OLE color: 16344762.

HSL color Cylindrical-coordinate representation of color #BA66F9: hue angle of 274.29º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA66F9 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 102 249 -
CMYK 0.25 0.59 0 0.02
HSL 274.29º 0.92% 0.69% -
HSV(B) 274.29º 0.59% 0.98% -
XYZ 42.1 26.78 92.57 -
YUV 143.87 187.33 158.05 -
System Red Green Blue C M Y K H S L
Decimal 186 102 249 0.25 0.59 0 0.02 274.29 0.92 0.69
Hex BA 66 F9 19 3B 0 2 112 5C 45
Octal 272 146 371 31 73 0 2 422 134 105
Binary 10111010 1100110 11111001 11001 111011 0 10 100010010 1011100 1000101

Color Harmonies of #BA66F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA66F9

Black with #BA66F9

Text Example


Text Example

White with #BA66F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA66F9; }

 p { color: rgb(186,102,249); }

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

background-color css

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

 a { background-color: rgb(186,102,249); }

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

border-color css

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

 span { border-color: rgb(186,102,249); }

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