Html Css Color HEX #B966FC Heliotrope

📋 copy color: '#B966FC'

red 185 ◦ green 102 ◦ blue 252

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

Shades of Heliotrope #B966FC

Tints of Heliotrope #B966FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.75%

R = 34.32%
G = 18.92%
B = 46.75%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B966FC (or 0xB966FC) is known color: Heliotrope. HEX triplet: B9, 66 and FC. RGB value is (185,102,252). Sum of RGB (Red+Green+Blue) = 185+102+252=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 102 (40.23% from 255 or 18.92% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #B966FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B966FC is #469903. Grayscale: #8F8F8F. Windows color (decimal): -4626692 or 16541369. OLE color: 16541369.

HSL color Cylindrical-coordinate representation of color #B966FC: hue angle of 273.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B966FC is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 102 252 -
CMYK 0.27 0.60 0 0.01
HSL 273.2º 0.96% 0.69% -
HSV(B) 273.2º 0.6% 0.99% -
XYZ 42.33 26.85 95.05 -
YUV 143.92 189 157.3 -
System Red Green Blue C M Y K H S L
Decimal 185 102 252 0.27 0.60 0 0.01 273.2 0.96 0.69
Hex B9 66 FC 1B 3C 0 1 111 60 45
Octal 271 146 374 33 74 0 1 421 140 105
Binary 10111001 1100110 11111100 11011 111100 0 1 100010001 1100000 1000101

Color Harmonies of #B966FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B966FC

Black with #B966FC

Text Example


Text Example

White with #B966FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B966FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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