#B990D5

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

Shades of Biloba Flower #B990D5

Tints of Biloba Flower #B990D5

Color information

#B990D5 (or 0xB990D5) is unknown color: approx Biloba Flower. HEX triplet: B9, 90 and D5. RGB value is (185,144,213). Sum of RGB (Red+Green+Blue) = 185+144+213=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 213 - color contains mainly: blue. Hex color #B990D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990D5 is #466F2A. Grayscale: #A3A3A3. Windows color (decimal): -4615979 or 13996217. OLE color: 13996217.

HSL color Cylindrical-coordinate representation of color #B990D5: hue angle of 275.65º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B990D5 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB185144213-
CMYK0.130.3200.16
HSL275.65º45.1%70%-
HSV(B)275.65º32.39%83.53%-
XYZ41.9935.0667.51-
YUV164.12155.58142.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.13%
GREEN value IS 144 (56.64% from 255) = 26.57%
BLUE value IS 213 (83.59% from 255) = 39.30%
R=34.13%
G=26.57%
B=39.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1851442130.130.3200.16275.6545.170
HexB990D5D200101142d46
Octal271220325154002042455106
Binary10111001100100001101010111011000000100001000101001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990D5; }

 p { color: rgb(185,144,213); }

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

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

 a { background-color: rgb(185,144,213); }

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

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

 span { border-color: rgb(185,144,213); }

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