#B995D8

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

Shades of Biloba Flower #B995D8

Tints of Biloba Flower #B995D8

Color information

#B995D8 (or 0xB995D8) is unknown color: approx Biloba Flower. HEX triplet: B9, 95 and D8. RGB value is (185,149,216). Sum of RGB (Red+Green+Blue) = 185+149+216=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 216 (84.77% from 255 or 39.27% from 550); Max value from RGB is 216 - color contains mainly: blue. Hex color #B995D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B995D8 is #466A27. Grayscale: #A7A7A7. Windows color (decimal): -4614696 or 14194105. OLE color: 14194105.

HSL color Cylindrical-coordinate representation of color #B995D8: hue angle of 272.24º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B995D8 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185149216-
CMYK0.140.3100.15
HSL272.24º46.21%71.57%-
HSV(B)272.24º31.02%84.71%-
XYZ43.1536.7769.79-
YUV167.4155.43140.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.64%
GREEN value IS 149 (58.59% from 255) = 27.09%
BLUE value IS 216 (84.77% from 255) = 39.27%
R=33.64%
G=27.09%
B=39.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851492160.140.3100.15272.2446.2171.57
HexB995D8E1F0F1102e48
Octal271225330163701742056110
Binary101110011001010111011000111011111011111000100001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B995D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B995D8; }

 p { color: rgb(185,149,216); }

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

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

 a { background-color: rgb(185,149,216); }

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

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

 span { border-color: rgb(185,149,216); }

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