#B793D5

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

Shades of Biloba Flower #B793D5

Tints of Biloba Flower #B793D5

Color information

#B793D5 (or 0xB793D5) is unknown color: approx Biloba Flower. HEX triplet: B7, 93 and D5. RGB value is (183,147,213). Sum of RGB (Red+Green+Blue) = 183+147+213=543 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.70% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 213 (83.59% from 255 or 39.23% from 543); Max value from RGB is 213 - color contains mainly: blue. Hex color #B793D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B793D5 is #486C2A. Grayscale: #A5A5A5. Windows color (decimal): -4746283 or 13996983. OLE color: 13996983.

HSL color Cylindrical-coordinate representation of color #B793D5: hue angle of 272.73º degrees, saturation: 0.44, 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 #B793D5 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB183147213-
CMYK0.140.3100.16
HSL272.73º44%70.59%-
HSV(B)272.73º30.99%83.53%-
XYZ41.9735.7467.64-
YUV165.29154.93140.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.70%
GREEN value IS 147 (57.81% from 255) = 27.07%
BLUE value IS 213 (83.59% from 255) = 39.23%
R=33.70%
G=27.07%
B=39.23%

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
Decimal1831472130.140.3100.16272.734470.59
HexB793D5E1F0101112c47
Octal267223325163702042154107
Binary1011011110010011110101011110111110100001000100011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B793D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B793D5; }

 p { color: rgb(183,147,213); }

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

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

 a { background-color: rgb(183,147,213); }

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

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

 span { border-color: rgb(183,147,213); }

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