#B995DA

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

Shades of Biloba Flower #B995DA

Tints of Biloba Flower #B995DA

Color information

#B995DA (or 0xB995DA) is unknown color: approx Biloba Flower. HEX triplet: B9, 95 and DA. RGB value is (185,149,218). Sum of RGB (Red+Green+Blue) = 185+149+218=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #B995DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B995DA is #466A25. Grayscale: #A7A7A7. Windows color (decimal): -4614694 or 14325177. OLE color: 14325177.

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

Color convert

RGB185149218-
CMYK0.150.3200.15
HSL271.3º48.25%71.96%-
HSV(B)271.3º31.65%85.49%-
XYZ43.4136.8771.16-
YUV167.63156.43140.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.51%
GREEN value IS 149 (58.59% from 255) = 26.99%
BLUE value IS 218 (85.55% from 255) = 39.49%
R=33.51%
G=26.99%
B=39.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851492180.150.3200.15271.348.2571.96
HexB995DAF200F10f3048
Octal271225332174001741760110
Binary1011100110010101110110101111100000011111000011111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B995DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B995DA; }

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

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

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

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

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

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

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

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