Html Css Color HEX #B666FC Heliotrope

📋 copy color: '#B666FC'

red 182 ◦ green 102 ◦ blue 252

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

Shades of Heliotrope #B666FC

Tints of Heliotrope #B666FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.01%

R = 33.96%
G = 19.03%
B = 47.01%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B666FC (or 0xB666FC) is known color: Heliotrope. HEX triplet: B6, 66 and FC. RGB value is (182,102,252). Sum of RGB (Red+Green+Blue) = 182+102+252=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #B666FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B666FC is #499903. Grayscale: #8E8E8E. Windows color (decimal): -4823300 or 16541366. OLE color: 16541366.

HSL color Cylindrical-coordinate representation of color #B666FC: hue angle of 272º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B666FC is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 182 102 252 -
CMYK 0.28 0.60 0 0.01
HSL 272º 0.96% 0.69% -
HSV(B) 272º 0.6% 0.99% -
XYZ 41.61 26.48 95.01 -
YUV 143.02 189.5 155.8 -
System Red Green Blue C M Y K H S L
Decimal 182 102 252 0.28 0.60 0 0.01 272 0.96 0.69
Hex B6 66 FC 1C 3C 0 1 110 60 45
Octal 266 146 374 34 74 0 1 420 140 105
Binary 10110110 1100110 11111100 11100 111100 0 1 100010000 1100000 1000101

Color Harmonies of #B666FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B666FC

Black with #B666FC

Text Example


Text Example

White with #B666FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B666FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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