#B792DA

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

Shades of Biloba Flower #B792DA

Tints of Biloba Flower #B792DA

Color information

#B792DA (or 0xB792DA) is unknown color: approx Biloba Flower. HEX triplet: B7, 92 and DA. RGB value is (183,146,218). Sum of RGB (Red+Green+Blue) = 183+146+218=547 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.46% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #B792DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B792DA is #486D25. Grayscale: #A5A5A5. Windows color (decimal): -4746534 or 14324407. OLE color: 14324407.

HSL color Cylindrical-coordinate representation of color #B792DA: hue angle of 270.83º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B792DA is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB183146218-
CMYK0.160.3300.15
HSL270.83º49.32%71.37%-
HSV(B)270.83º33.03%85.49%-
XYZ42.4635.6970.98-
YUV165.27157.76140.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.46%
GREEN value IS 146 (57.42% from 255) = 26.69%
BLUE value IS 218 (85.55% from 255) = 39.85%
R=33.46%
G=26.69%
B=39.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831462180.160.3300.15270.8349.3271.37
HexB792DA10210F10f3147
Octal267222332204101741761107
Binary10110111100100101101101010000100001011111000011111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B792DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B792DA; }

 p { color: rgb(183,146,218); }

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

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

 a { background-color: rgb(183,146,218); }

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

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

 span { border-color: rgb(183,146,218); }

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