#B995D1

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

Shades of Biloba Flower #B995D1

Tints of Biloba Flower #B995D1

Color information

#B995D1 (or 0xB995D1) is unknown color: approx Biloba Flower. HEX triplet: B9, 95 and D1. RGB value is (185,149,209). Sum of RGB (Red+Green+Blue) = 185+149+209=543 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.07% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 209 - color contains mainly: blue. Hex color #B995D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B995D1 is #466A2E. Grayscale: #A6A6A6. Windows color (decimal): -4614703 or 13735353. OLE color: 13735353.

HSL color Cylindrical-coordinate representation of color #B995D1: hue angle of 276º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B995D1 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB185149209-
CMYK0.110.2900.18
HSL276º39.47%70.2%-
HSV(B)276º28.71%81.96%-
XYZ42.2636.4165.12-
YUV166.6151.93141.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.07%
GREEN value IS 149 (58.59% from 255) = 27.44%
BLUE value IS 209 (82.03% from 255) = 38.49%
R=34.07%
G=27.44%
B=38.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1851492090.110.2900.1827639.4770.2
HexB995D1B1D0121142746
Octal271225321133502242447106
Binary1011100110010101110100011011111010100101000101001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B995D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B995D1; }

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

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

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

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

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

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

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

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