#B995D9

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

Shades of Biloba Flower #B995D9

Tints of Biloba Flower #B995D9

Color information

#B995D9 (or 0xB995D9) is unknown color: approx Biloba Flower. HEX triplet: B9, 95 and D9. RGB value is (185,149,217). Sum of RGB (Red+Green+Blue) = 185+149+217=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 217 (85.16% from 255 or 39.38% from 551); Max value from RGB is 217 - color contains mainly: blue. Hex color #B995D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B995D9 is #466A26. Grayscale: #A7A7A7. Windows color (decimal): -4614695 or 14259641. OLE color: 14259641.

HSL color Cylindrical-coordinate representation of color #B995D9: hue angle of 271.76º degrees, saturation: 0.47, 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 #B995D9 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185149217-
CMYK0.150.3100.15
HSL271.76º47.22%71.76%-
HSV(B)271.76º31.34%85.1%-
XYZ43.2836.8270.47-
YUV167.52155.93140.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.58%
GREEN value IS 149 (58.59% from 255) = 27.04%
BLUE value IS 217 (85.16% from 255) = 39.38%
R=33.58%
G=27.04%
B=39.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851492170.150.3100.15271.7647.2271.76
HexB995D9F1F0F1102f48
Octal271225331173701742057110
Binary101110011001010111011001111111111011111000100001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B995D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B995D9; }

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

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

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

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

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

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

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

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