Html Css Color HEX #B66EFD Heliotrope

📋 copy color: '#B66EFD'

red 182 ◦ green 110 ◦ blue 253

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

Shades of Heliotrope #B66EFD

Tints of Heliotrope #B66EFD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.18%

 BLUE value IS 253 (99.22% from 255) = 46.42%

R = 33.39%
G = 20.18%
B = 46.42%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B66EFD (or 0xB66EFD) is known color: Heliotrope. HEX triplet: B6, 6E and FD. RGB value is (182,110,253). Sum of RGB (Red+Green+Blue) = 182+110+253=545 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.39% from 545); Green value is 110 (43.36% from 255 or 20.18% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #B66EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66EFD is #499102. Grayscale: #939393. Windows color (decimal): -4821251 or 16608950. OLE color: 16608950.

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

Color convert

RGB 182 110 253 -
CMYK 0.28 0.57 0 0.01
HSL 270.21º 0.97% 0.71% -
HSV(B) 270.21º 0.57% 0.99% -
XYZ 42.6 28.19 96.12 -
YUV 147.83 187.35 152.37 -
System Red Green Blue C M Y K H S L
Decimal 182 110 253 0.28 0.57 0 0.01 270.21 0.97 0.71
Hex B6 6E FD 1C 39 0 1 10E 61 47
Octal 266 156 375 34 71 0 1 416 141 107
Binary 10110110 1101110 11111101 11100 111001 0 1 100001110 1100001 1000111

Color Harmonies of #B66EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66EFD

Black with #B66EFD

Text Example


Text Example

White with #B66EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66EFD; }

 p { color: rgb(182,110,253); }

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

background-color css

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

 a { background-color: rgb(182,110,253); }

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

border-color css

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

 span { border-color: rgb(182,110,253); }

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