#B972FF

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

Shades of Heliotrope #B972FF

Tints of Heliotrope #B972FF

Color information

#B972FF (or 0xB972FF) is unknown color: approx Heliotrope. HEX triplet: B9, 72 and FF. RGB value is (185,114,255). Sum of RGB (Red+Green+Blue) = 185+114+255=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 114 (44.92% from 255 or 20.58% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #B972FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B972FF is #468D00. Grayscale: #969696. Windows color (decimal): -4623617 or 16741049. OLE color: 16741049.

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

Color convert

RGB185114255-
CMYK0.270.5500
HSL270.21º100%72.35%-
HSV(B)270.21º55.29%100%-
XYZ44.0729.5797.99-
YUV151.3186.52152.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.39%
GREEN value IS 114 (44.92% from 255) = 20.58%
BLUE value IS 255 (100% from 255) = 46.03%
R=33.39%
G=20.58%
B=46.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1851142550.270.5500270.2110072.35
HexB972FF1B370010e6448
Octal271162377336700416144110
Binary10111001111001011111111110111101110010000111011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B972FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B972FF; }

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

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

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

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

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

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

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

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