Html Css Color HEX #B967FC Heliotrope

📋 copy color: '#B967FC'

red 185 ◦ green 103 ◦ blue 252

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

Shades of Heliotrope #B967FC

Tints of Heliotrope #B967FC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.07%

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

R = 34.26%
G = 19.07%
B = 46.67%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B967FC (or 0xB967FC) is known color: Heliotrope. HEX triplet: B9, 67 and FC. RGB value is (185,103,252). Sum of RGB (Red+Green+Blue) = 185+103+252=540 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.26% from 540); Green value is 103 (40.62% from 255 or 19.07% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #B967FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B967FC is #469803. Grayscale: #8F8F8F. Windows color (decimal): -4626436 or 16541625. OLE color: 16541625.

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

Color convert

RGB 185 103 252 -
CMYK 0.27 0.59 0 0.01
HSL 273.02º 0.96% 0.7% -
HSV(B) 273.02º 0.59% 0.99% -
XYZ 42.43 27.04 95.08 -
YUV 144.5 188.67 156.88 -
System Red Green Blue C M Y K H S L
Decimal 185 103 252 0.27 0.59 0 0.01 273.02 0.96 0.7
Hex B9 67 FC 1B 3B 0 1 111 60 46
Octal 271 147 374 33 73 0 1 421 140 106
Binary 10111001 1100111 11111100 11011 111011 0 1 100010001 1100000 1000110

Color Harmonies of #B967FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B967FC

Black with #B967FC

Text Example


Text Example

White with #B967FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B967FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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