Html Css Color HEX #B666FF Heliotrope

📋 copy color: '#B666FF'

red 182 ◦ green 102 ◦ blue 255

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

Shades of Heliotrope #B666FF

Tints of Heliotrope #B666FF

RGB

 RED value IS 182 (71.48% from 255) = 33.77%

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

 BLUE value IS 255 (100% from 255) = 47.31%

R = 33.77%
G = 18.92%
B = 47.31%

CMYK

 C value IS 0.29

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B666FF (or 0xB666FF) is known color: Heliotrope. HEX triplet: B6, 66 and FF. RGB value is (182,102,255). Sum of RGB (Red+Green+Blue) = 182+102+255=539 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.77% from 539); Green value is 102 (40.23% from 255 or 18.92% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #B666FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B666FF is #499900. Grayscale: #8E8E8E. Windows color (decimal): -4823297 or 16737974. OLE color: 16737974.

HSL color Cylindrical-coordinate representation of color #B666FF: hue angle of 271.37º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B666FF is Cyan = 0.29, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 182 102 255 -
CMYK 0.29 0.6 0 0
HSL 271.37º 1% 0.7% -
HSV(B) 271.37º 0.6% 1% -
XYZ 42.09 26.67 97.54 -
YUV 143.36 191 155.56 -
System Red Green Blue C M Y K H S L
Decimal 182 102 255 0.29 0.6 0 0 271.37 1 0.7
Hex B6 66 FF 1D 3C 0 0 10F 64 46
Octal 266 146 377 35 74 0 0 417 144 106
Binary 10110110 1100110 11111111 11101 111100 0 0 100001111 1100100 1000110

Color Harmonies of #B666FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B666FF

Black with #B666FF

Text Example


Text Example

White with #B666FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B666FF; }

 p { color: rgb(182,102,255); }

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

background-color css

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

 a { background-color: rgb(182,102,255); }

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

border-color css

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

 span { border-color: rgb(182,102,255); }

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