#B993D6

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

Shades of Biloba Flower #B993D6

Tints of Biloba Flower #B993D6

Color information

#B993D6 (or 0xB993D6) is unknown color: approx Biloba Flower. HEX triplet: B9, 93 and D6. RGB value is (185,147,214). Sum of RGB (Red+Green+Blue) = 185+147+214=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 214 (83.98% from 255 or 39.19% from 546); Max value from RGB is 214 - color contains mainly: blue. Hex color #B993D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B993D6 is #466C29. Grayscale: #A5A5A5. Windows color (decimal): -4615210 or 14062521. OLE color: 14062521.

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

Color convert

RGB185147214-
CMYK0.140.3100.16
HSL274.03º44.97%70.78%-
HSV(B)274.03º31.31%83.92%-
XYZ42.5836.0468.33-
YUV166155.09141.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.88%
GREEN value IS 147 (57.81% from 255) = 26.92%
BLUE value IS 214 (83.98% from 255) = 39.19%
R=33.88%
G=26.92%
B=39.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1851472140.140.3100.16274.0344.9770.78
HexB993D6E1F0101122d47
Octal271223326163702042255107
Binary1011100110010011110101101110111110100001000100101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B993D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B993D6; }

 p { color: rgb(185,147,214); }

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

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

 a { background-color: rgb(185,147,214); }

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

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

 span { border-color: rgb(185,147,214); }

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