#B790DC

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

Shades of Biloba Flower #B790DC

Tints of Biloba Flower #B790DC

Color information

#B790DC (or 0xB790DC) is unknown color: approx Biloba Flower. HEX triplet: B7, 90 and DC. RGB value is (183,144,220). Sum of RGB (Red+Green+Blue) = 183+144+220=547 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.46% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #B790DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B790DC is #486F23. Grayscale: #A4A4A4. Windows color (decimal): -4747044 or 14454967. OLE color: 14454967.

HSL color Cylindrical-coordinate representation of color #B790DC: hue angle of 270.79º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B790DC is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB183144220-
CMYK0.170.3500.14
HSL270.79º52.05%71.37%-
HSV(B)270.79º34.55%86.27%-
XYZ42.4235.1872.27-
YUV164.32159.42141.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.46%
GREEN value IS 144 (56.64% from 255) = 26.33%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=33.46%
G=26.33%
B=40.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1831442200.170.3500.14270.7952.0571.37
HexB790DC11230E10f3447
Octal267220334214301641764107
Binary10110111100100001101110010001100011011101000011111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B790DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B790DC; }

 p { color: rgb(183,144,220); }

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

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

 a { background-color: rgb(183,144,220); }

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

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

 span { border-color: rgb(183,144,220); }

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