#B97EEA

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

Shades of Biloba Flower #B97EEA

Tints of Biloba Flower #B97EEA

Color information

#B97EEA (or 0xB97EEA) is unknown color: approx Biloba Flower. HEX triplet: B9, 7E and EA. RGB value is (185,126,234). Sum of RGB (Red+Green+Blue) = 185+126+234=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #B97EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B97EEA is #468115. Grayscale: #9B9B9B. Windows color (decimal): -4620566 or 15367865. OLE color: 15367865.

HSL color Cylindrical-coordinate representation of color #B97EEA: hue angle of 272.78º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B97EEA is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185126234-
CMYK0.210.4600.08
HSL272.78º72%70.59%-
HSV(B)272.78º46.15%91.76%-
XYZ42.3231.1881.63-
YUV155.95172.05148.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.94%
GREEN value IS 126 (49.61% from 255) = 23.12%
BLUE value IS 234 (91.80% from 255) = 42.94%
R=33.94%
G=23.12%
B=42.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851262340.210.4600.08272.787270.59
HexB97EEA152E081114847
Octal2711763522556010421110107
Binary10111001111111011101010101011011100100010001000110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97EEA; }

 p { color: rgb(185,126,234); }

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

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

 a { background-color: rgb(185,126,234); }

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

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

 span { border-color: rgb(185,126,234); }

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