Html Css Color HEX #B966FF Heliotrope

📋 copy color: '#B966FF'

red 185 ◦ green 102 ◦ blue 255

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

Shades of Heliotrope #B966FF

Tints of Heliotrope #B966FF

RGB

 RED value IS 185 (72.66% from 255) = 34.13%

 GREEN value IS 102 (40.23% from 255) = 18.82%

 BLUE value IS 255 (100% from 255) = 47.05%

R = 34.13%
G = 18.82%
B = 47.05%

CMYK

 C value IS 0.27

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B966FF (or 0xB966FF) is known color: Heliotrope. HEX triplet: B9, 66 and FF. RGB value is (185,102,255). Sum of RGB (Red+Green+Blue) = 185+102+255=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 102 (40.23% from 255 or 18.82% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #B966FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B966FF is #469900. Grayscale: #8F8F8F. Windows color (decimal): -4626689 or 16737977. OLE color: 16737977.

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

Color convert

RGB 185 102 255 -
CMYK 0.27 0.6 0 0
HSL 272.55º 1% 0.7% -
HSV(B) 272.55º 0.6% 1% -
XYZ 42.81 27.04 97.57 -
YUV 144.26 190.5 157.06 -
System Red Green Blue C M Y K H S L
Decimal 185 102 255 0.27 0.6 0 0 272.55 1 0.7
Hex B9 66 FF 1B 3C 0 0 111 64 46
Octal 271 146 377 33 74 0 0 421 144 106
Binary 10111001 1100110 11111111 11011 111100 0 0 100010001 1100100 1000110

Color Harmonies of #B966FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B966FF

Black with #B966FF

Text Example


Text Example

White with #B966FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B966FF; }

 p { color: rgb(185,102,255); }

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

background-color css

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

 a { background-color: rgb(185,102,255); }

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

border-color css

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

 span { border-color: rgb(185,102,255); }

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