#B492DD

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

Shades of Biloba Flower #B492DD

Tints of Biloba Flower #B492DD

Color information

#B492DD (or 0xB492DD) is unknown color: approx Biloba Flower. HEX triplet: B4, 92 and DD. RGB value is (180,146,221). Sum of RGB (Red+Green+Blue) = 180+146+221=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #B492DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B492DD is #4B6D22. Grayscale: #A4A4A4. Windows color (decimal): -4943139 or 14521012. OLE color: 14521012.

HSL color Cylindrical-coordinate representation of color #B492DD: hue angle of 267.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B492DD is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180146221-
CMYK0.190.3400.13
HSL267.2º52.45%71.96%-
HSV(B)267.2º33.94%86.67%-
XYZ42.1535.4873.03-
YUV164.72159.76138.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.91%
GREEN value IS 146 (57.42% from 255) = 26.69%
BLUE value IS 221 (86.72% from 255) = 40.40%
R=32.91%
G=26.69%
B=40.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801462210.190.3400.13267.252.4571.96
HexB492DD13220D10b3448
Octal264222335234201541364110
Binary10110100100100101101110110011100010011011000010111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B492DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B492DD; }

 p { color: rgb(180,146,221); }

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

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

 a { background-color: rgb(180,146,221); }

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

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

 span { border-color: rgb(180,146,221); }

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