#B973FF

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

Shades of Heliotrope #B973FF

Tints of Heliotrope #B973FF

Color information

#B973FF (or 0xB973FF) is unknown color: approx Heliotrope. HEX triplet: B9, 73 and FF. RGB value is (185,115,255). Sum of RGB (Red+Green+Blue) = 185+115+255=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 115 (45.31% from 255 or 20.72% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #B973FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B973FF is #468C00. Grayscale: #979797. Windows color (decimal): -4623361 or 16741305. OLE color: 16741305.

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

Color convert

RGB185115255-
CMYK0.270.5500
HSL270º100%72.55%-
HSV(B)270º54.9%100%-
XYZ44.1929.898.03-
YUV151.89186.19151.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.33%
GREEN value IS 115 (45.31% from 255) = 20.72%
BLUE value IS 255 (100% from 255) = 45.95%
R=33.33%
G=20.72%
B=45.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1851152550.270.550027010072.55
HexB973FF1B370010e6449
Octal271163377336700416144111
Binary10111001111001111111111110111101110010000111011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B973FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B973FF; }

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

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

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

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

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

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

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

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