#B97DEB

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

Shades of Biloba Flower #B97DEB

Tints of Biloba Flower #B97DEB

Color information

#B97DEB (or 0xB97DEB) is unknown color: approx Biloba Flower. HEX triplet: B9, 7D and EB. RGB value is (185,125,235). Sum of RGB (Red+Green+Blue) = 185+125+235=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #B97DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B97DEB is #468214. Grayscale: #9B9B9B. Windows color (decimal): -4620821 or 15433145. OLE color: 15433145.

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

Color convert

RGB185125235-
CMYK0.210.4700.08
HSL272.73º73.33%70.59%-
HSV(B)272.73º46.81%92.16%-
XYZ42.3430.9882.35-
YUV155.48172.88149.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.94%
GREEN value IS 125 (49.22% from 255) = 22.94%
BLUE value IS 235 (92.19% from 255) = 43.12%
R=33.94%
G=22.94%
B=43.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851252350.210.4700.08272.7373.3370.59
HexB97DEB152F081114947
Octal2711753532557010421111107
Binary10111001111110111101011101011011110100010001000110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97DEB; }

 p { color: rgb(185,125,235); }

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

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

 a { background-color: rgb(185,125,235); }

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

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

 span { border-color: rgb(185,125,235); }

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