Html Css Color HEX #B66BFB Heliotrope

📋 copy color: '#B66BFB'

red 182 ◦ green 107 ◦ blue 251

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

Shades of Heliotrope #B66BFB

Tints of Heliotrope #B66BFB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.81%

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

R = 33.7%
G = 19.81%
B = 46.48%

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

#B66BFB (or 0xB66BFB) is known color: Heliotrope. HEX triplet: B6, 6B and FB. RGB value is (182,107,251). Sum of RGB (Red+Green+Blue) = 182+107+251=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 107 (42.19% from 255 or 19.81% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #B66BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66BFB is #499404. Grayscale: #919191. Windows color (decimal): -4822021 or 16477110. OLE color: 16477110.

HSL color Cylindrical-coordinate representation of color #B66BFB: hue angle of 271.25º 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 #B66BFB is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 107 251 -
CMYK 0.27 0.57 0 0.02
HSL 271.25º 0.95% 0.7% -
HSV(B) 271.25º 0.57% 0.98% -
XYZ 41.96 27.43 94.35 -
YUV 145.84 187.35 153.79 -
System Red Green Blue C M Y K H S L
Decimal 182 107 251 0.27 0.57 0 0.02 271.25 0.95 0.7
Hex B6 6B FB 1B 39 0 2 10F 5F 46
Octal 266 153 373 33 71 0 2 417 137 106
Binary 10110110 1101011 11111011 11011 111001 0 10 100001111 1011111 1000110

Color Harmonies of #B66BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66BFB

Black with #B66BFB

Text Example


Text Example

White with #B66BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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