Html Css Color HEX #B66CFF Heliotrope

📋 copy color: '#B66CFF'

red 182 ◦ green 108 ◦ blue 255

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

Shades of Heliotrope #B66CFF

Tints of Heliotrope #B66CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.82%

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

R = 33.39%
G = 19.82%
B = 46.79%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B66CFF (or 0xB66CFF) is known color: Heliotrope. HEX triplet: B6, 6C and FF. RGB value is (182,108,255). Sum of RGB (Red+Green+Blue) = 182+108+255=545 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.39% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #B66CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66CFF is #499300. Grayscale: #929292. Windows color (decimal): -4821761 or 16739510. OLE color: 16739510.

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

Color convert

RGB 182 108 255 -
CMYK 0.29 0.58 0 0
HSL 270.2º 1% 0.71% -
HSV(B) 270.2º 0.58% 1% -
XYZ 42.7 27.89 97.74 -
YUV 146.88 189.02 153.05 -
System Red Green Blue C M Y K H S L
Decimal 182 108 255 0.29 0.58 0 0 270.2 1 0.71
Hex B6 6C FF 1D 3A 0 0 10E 64 47
Octal 266 154 377 35 72 0 0 416 144 107
Binary 10110110 1101100 11111111 11101 111010 0 0 100001110 1100100 1000111

Color Harmonies of #B66CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66CFF

Black with #B66CFF

Text Example


Text Example

White with #B66CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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