#B967FF

Color #B967FF Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #B967FF

Tints of Heliotrope #B967FF

Color information

#B967FF (or 0xB967FF) is unknown color: approx Heliotrope. HEX triplet: B9, 67 and FF. RGB value is (185,103,255). Sum of RGB (Red+Green+Blue) = 185+103+255=543 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.07% from 543); Green value is 103 (40.62% from 255 or 18.97% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #B967FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B967FF is #469800. Grayscale: #909090. Windows color (decimal): -4626433 or 16738233. OLE color: 16738233.

HSL color Cylindrical-coordinate representation of color #B967FF: hue angle of 272.37º 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 #B967FF is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB185103255-
CMYK0.270.6000
HSL272.37º100%70.2%-
HSV(B)272.37º59.61%100%-
XYZ42.9127.2397.6-
YUV144.85190.17156.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.07%
GREEN value IS 103 (40.62% from 255) = 18.97%
BLUE value IS 255 (100% from 255) = 46.96%
R=34.07%
G=18.97%
B=46.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1851032550.270.6000272.3710070.2
HexB967FF1B3C001106446
Octal271147377337400420144106
Binary10111001110011111111111110111111000010001000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B967FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B967FF; }

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

 H1.HeaderClassName
 {
   color: #B967FF;
 }
 .AnyTagClassName
 {
   color: #B967FF;
 }
</style>
background-color css

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

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

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

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

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

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