#B790D0

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

Shades of Biloba Flower #B790D0

Tints of Biloba Flower #B790D0

Color information

#B790D0 (or 0xB790D0) is unknown color: approx Biloba Flower. HEX triplet: B7, 90 and D0. RGB value is (183,144,208). Sum of RGB (Red+Green+Blue) = 183+144+208=535 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.21% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 208 - color contains mainly: blue. Hex color #B790D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B790D0 is #486F2F. Grayscale: #A2A2A2. Windows color (decimal): -4747056 or 13668535. OLE color: 13668535.

HSL color Cylindrical-coordinate representation of color #B790D0: hue angle of 276.56º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B790D0 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB183144208-
CMYK0.120.3100.18
HSL276.56º40.51%69.02%-
HSV(B)276.56º30.77%81.57%-
XYZ40.8934.5764.19-
YUV162.96153.42142.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.21%
GREEN value IS 144 (56.64% from 255) = 26.92%
BLUE value IS 208 (81.64% from 255) = 38.88%
R=34.21%
G=26.92%
B=38.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1831442080.120.3100.18276.5640.5169.02
HexB790D0C1F0121152945
Octal267220320143702242551105
Binary1011011110010000110100001100111110100101000101011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B790D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B790D0; }

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

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

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

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

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

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

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

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