#B994DA

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

Shades of Biloba Flower #B994DA

Tints of Biloba Flower #B994DA

Color information

#B994DA (or 0xB994DA) is unknown color: approx Biloba Flower. HEX triplet: B9, 94 and DA. RGB value is (185,148,218). Sum of RGB (Red+Green+Blue) = 185+148+218=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #B994DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B994DA is #466B25. Grayscale: #A6A6A6. Windows color (decimal): -4614950 or 14324921. OLE color: 14324921.

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

Color convert

RGB185148218-
CMYK0.150.3200.15
HSL271.71º48.61%71.76%-
HSV(B)271.71º32.11%85.49%-
XYZ43.2536.5671.11-
YUV167.04156.76140.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.58%
GREEN value IS 148 (58.20% from 255) = 26.86%
BLUE value IS 218 (85.55% from 255) = 39.56%
R=33.58%
G=26.86%
B=39.56%

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
Decimal1851482180.150.3200.15271.7148.6171.76
HexB994DAF200F1103148
Octal271224332174001742061110
Binary1011100110010100110110101111100000011111000100001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B994DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B994DA; }

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

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

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

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

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

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

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

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