#B97BEF

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

Shades of Biloba Flower #B97BEF

Tints of Biloba Flower #B97BEF

Color information

#B97BEF (or 0xB97BEF) is unknown color: approx Biloba Flower. HEX triplet: B9, 7B and EF. RGB value is (185,123,239). Sum of RGB (Red+Green+Blue) = 185+123+239=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #B97BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B97BEF is #468410. Grayscale: #9A9A9A. Windows color (decimal): -4621329 or 15694777. OLE color: 15694777.

HSL color Cylindrical-coordinate representation of color #B97BEF: hue angle of 272.07º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B97BEF is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB185123239-
CMYK0.230.4900.06
HSL272.07º78.38%70.98%-
HSV(B)272.07º48.54%93.73%-
XYZ42.6730.7185.34-
YUV154.76175.54149.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.82%
GREEN value IS 123 (48.44% from 255) = 22.49%
BLUE value IS 239 (93.75% from 255) = 43.69%
R=33.82%
G=22.49%
B=43.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1851232390.230.4900.06272.0778.3870.98
HexB97BEF1731061104e47
Octal271173357276106420116107
Binary1011100111110111110111110111110001011010001000010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97BEF; }

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

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

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

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

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

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

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

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