Html Css Color HEX #B66CFB Heliotrope

📋 copy color: '#B66CFB'

red 182 ◦ green 108 ◦ blue 251

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

Shades of Heliotrope #B66CFB

Tints of Heliotrope #B66CFB

RGB

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

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

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

R = 33.64%
G = 19.96%
B = 46.4%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B66CFB (or 0xB66CFB) is known color: Heliotrope. HEX triplet: B6, 6C and FB. RGB value is (182,108,251). Sum of RGB (Red+Green+Blue) = 182+108+251=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 108 (42.58% from 255 or 19.96% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #B66CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66CFB is #499304. Grayscale: #919191. Windows color (decimal): -4821765 or 16477366. OLE color: 16477366.

HSL color Cylindrical-coordinate representation of color #B66CFB: hue angle of 271.05º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B66CFB is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 108 251 -
CMYK 0.27 0.57 0 0.02
HSL 271.05º 0.95% 0.7% -
HSV(B) 271.05º 0.57% 0.98% -
XYZ 42.07 27.64 94.38 -
YUV 146.43 187.02 153.37 -
System Red Green Blue C M Y K H S L
Decimal 182 108 251 0.27 0.57 0 0.02 271.05 0.95 0.7
Hex B6 6C FB 1B 39 0 2 10F 5F 46
Octal 266 154 373 33 71 0 2 417 137 106
Binary 10110110 1101100 11111011 11011 111001 0 10 100001111 1011111 1000110

Color Harmonies of #B66CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66CFB

Black with #B66CFB

Text Example


Text Example

White with #B66CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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