Html Css Color HEX #BA66FB Heliotrope

📋 copy color: '#BA66FB'

red 186 ◦ green 102 ◦ blue 251

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

Shades of Heliotrope #BA66FB

Tints of Heliotrope #BA66FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.57%

R = 34.51%
G = 18.92%
B = 46.57%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA66FB (or 0xBA66FB) is known color: Heliotrope. HEX triplet: BA, 66 and FB. RGB value is (186,102,251). Sum of RGB (Red+Green+Blue) = 186+102+251=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 102 (40.23% from 255 or 18.92% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA66FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA66FB is #459904. Grayscale: #8F8F8F. Windows color (decimal): -4561157 or 16475834. OLE color: 16475834.

HSL color Cylindrical-coordinate representation of color #BA66FB: hue angle of 273.83º degrees, saturation: 0.95, 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 #BA66FB is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 102 251 -
CMYK 0.26 0.59 0 0.02
HSL 273.83º 0.95% 0.69% -
HSV(B) 273.83º 0.59% 0.98% -
XYZ 42.41 26.91 94.22 -
YUV 144.1 188.33 157.88 -
System Red Green Blue C M Y K H S L
Decimal 186 102 251 0.26 0.59 0 0.02 273.83 0.95 0.69
Hex BA 66 FB 1A 3B 0 2 112 5F 45
Octal 272 146 373 32 73 0 2 422 137 105
Binary 10111010 1100110 11111011 11010 111011 0 10 100010010 1011111 1000101

Color Harmonies of #BA66FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA66FB

Black with #BA66FB

Text Example


Text Example

White with #BA66FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA66FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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