#B97FF4

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

Shades of Biloba Flower #B97FF4

Tints of Biloba Flower #B97FF4

Color information

#B97FF4 (or 0xB97FF4) is unknown color: approx Biloba Flower. HEX triplet: B9, 7F and F4. RGB value is (185,127,244). Sum of RGB (Red+Green+Blue) = 185+127+244=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 244 (95.70% from 255 or 43.88% from 556); Max value from RGB is 244 - color contains mainly: blue. Hex color #B97FF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B97FF4 is #46800B. Grayscale: #9D9D9D. Windows color (decimal): -4620300 or 16023481. OLE color: 16023481.

HSL color Cylindrical-coordinate representation of color #B97FF4: hue angle of 269.74º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B97FF4 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB185127244-
CMYK0.240.4800.04
HSL269.74º84.17%72.75%-
HSV(B)269.74º47.95%95.69%-
XYZ43.9332.0289.45-
YUV157.68176.72147.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.27%
GREEN value IS 127 (50% from 255) = 22.84%
BLUE value IS 244 (95.70% from 255) = 43.88%
R=33.27%
G=22.84%
B=43.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1851272440.240.4800.04269.7484.1772.75
HexB97FF418300410e5449
Octal271177364306004416124111
Binary1011100111111111111010011000110000010010000111010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97FF4; }

 p { color: rgb(185,127,244); }

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

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

 a { background-color: rgb(185,127,244); }

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

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

 span { border-color: rgb(185,127,244); }

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