#B97BFF

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

Shades of Heliotrope #B97BFF

Tints of Heliotrope #B97BFF

Color information

#B97BFF (or 0xB97BFF) is unknown color: approx Heliotrope. HEX triplet: B9, 7B and FF. RGB value is (185,123,255). Sum of RGB (Red+Green+Blue) = 185+123+255=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 123 (48.44% from 255 or 21.85% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #B97BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B97BFF is #468400. Grayscale: #9C9C9C. Windows color (decimal): -4621313 or 16743353. OLE color: 16743353.

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

Color convert

RGB185123255-
CMYK0.270.5200
HSL268.18º100%74.12%-
HSV(B)268.18º51.76%100%-
XYZ45.1431.798.35-
YUV156.59183.54148.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.86%
GREEN value IS 123 (48.44% from 255) = 21.85%
BLUE value IS 255 (100% from 255) = 45.29%
R=32.86%
G=21.85%
B=45.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1851232550.270.5200268.1810074.12
HexB97BFF1B340010c644a
Octal271173377336400414144112
Binary10111001111101111111111110111101000010000110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97BFF; }

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

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

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

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

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

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

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

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