Html Css Color HEX #B66BFE Heliotrope

📋 copy color: '#B66BFE'

red 182 ◦ green 107 ◦ blue 254

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

Shades of Heliotrope #B66BFE

Tints of Heliotrope #B66BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.78%

R = 33.52%
G = 19.71%
B = 46.78%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B66BFE (or 0xB66BFE) is known color: Heliotrope. HEX triplet: B6, 6B and FE. RGB value is (182,107,254). Sum of RGB (Red+Green+Blue) = 182+107+254=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 107 (42.19% from 255 or 19.71% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #B66BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66BFE is #499401. Grayscale: #919191. Windows color (decimal): -4822018 or 16673718. OLE color: 16673718.

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

Color convert

RGB 182 107 254 -
CMYK 0.28 0.58 0 0.00
HSL 270.61º 0.99% 0.71% -
HSV(B) 270.61º 0.58% 1% -
XYZ 42.44 27.62 96.86 -
YUV 146.18 188.85 153.55 -
System Red Green Blue C M Y K H S L
Decimal 182 107 254 0.28 0.58 0 0.00 270.61 0.99 0.71
Hex B6 6B FE 1C 3A 0 0 10F 63 47
Octal 266 153 376 34 72 0 0 417 143 107
Binary 10110110 1101011 11111110 11100 111010 0 0 100001111 1100011 1000111

Color Harmonies of #B66BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66BFE

Black with #B66BFE

Text Example


Text Example

White with #B66BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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