#B971FD

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

Shades of Heliotrope #B971FD

Tints of Heliotrope #B971FD

Color information

#B971FD (or 0xB971FD) is unknown color: approx Heliotrope. HEX triplet: B9, 71 and FD. RGB value is (185,113,253). Sum of RGB (Red+Green+Blue) = 185+113+253=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #B971FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B971FD is #468E02. Grayscale: #969696. Windows color (decimal): -4623875 or 16609721. OLE color: 16609721.

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

Color convert

RGB185113253-
CMYK0.270.5500.01
HSL270.86º97.22%71.76%-
HSV(B)270.86º55.34%99.22%-
XYZ43.6429.2296.27-
YUV150.49185.85152.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.58%
GREEN value IS 113 (44.53% from 255) = 20.51%
BLUE value IS 253 (99.22% from 255) = 45.92%
R=33.58%
G=20.51%
B=45.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851132530.270.5500.01270.8697.2271.76
HexB971FD1B370110f6148
Octal271161375336701417141110
Binary10111001111000111111101110111101110110000111111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B971FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B971FD; }

 p { color: rgb(185,113,253); }

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

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

 a { background-color: rgb(185,113,253); }

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

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

 span { border-color: rgb(185,113,253); }

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