Html Css Color HEX #B66FFE Heliotrope

📋 copy color: '#B66FFE'

red 182 ◦ green 111 ◦ blue 254

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

Shades of Heliotrope #B66FFE

Tints of Heliotrope #B66FFE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.29%

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

R = 33.27%
G = 20.29%
B = 46.44%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B66FFE (or 0xB66FFE) is known color: Heliotrope. HEX triplet: B6, 6F and FE. RGB value is (182,111,254). Sum of RGB (Red+Green+Blue) = 182+111+254=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 111 (43.75% from 255 or 20.29% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #B66FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66FFE is #499001. Grayscale: #949494. Windows color (decimal): -4820994 or 16674742. OLE color: 16674742.

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

Color convert

RGB 182 111 254 -
CMYK 0.28 0.56 0 0.00
HSL 269.79º 0.99% 0.72% -
HSV(B) 269.79º 0.56% 1% -
XYZ 42.87 28.47 97 -
YUV 148.53 187.52 151.87 -
System Red Green Blue C M Y K H S L
Decimal 182 111 254 0.28 0.56 0 0.00 269.79 0.99 0.72
Hex B6 6F FE 1C 38 0 0 10E 63 48
Octal 266 157 376 34 70 0 0 416 143 110
Binary 10110110 1101111 11111110 11100 111000 0 0 100001110 1100011 1001000

Color Harmonies of #B66FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66FFE

Black with #B66FFE

Text Example


Text Example

White with #B66FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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