#B592ED

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

Shades of Biloba Flower #B592ED

Tints of Biloba Flower #B592ED

Color information

#B592ED (or 0xB592ED) is unknown color: approx Biloba Flower. HEX triplet: B5, 92 and ED. RGB value is (181,146,237). Sum of RGB (Red+Green+Blue) = 181+146+237=564 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.09% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #B592ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B592ED is #4A6D12. Grayscale: #A6A6A6. Windows color (decimal): -4877587 or 15569589. OLE color: 15569589.

HSL color Cylindrical-coordinate representation of color #B592ED: hue angle of 263.08º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B592ED is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181146237-
CMYK0.240.3800.07
HSL263.08º71.65%75.1%-
HSV(B)263.08º38.4%92.94%-
XYZ44.6236.584.81-
YUV166.84167.6138.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.09%
GREEN value IS 146 (57.42% from 255) = 25.89%
BLUE value IS 237 (92.97% from 255) = 42.02%
R=32.09%
G=25.89%
B=42.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811462370.240.3800.07263.0871.6575.1
HexB592ED182607107484b
Octal265222355304607407110113
Binary10110101100100101110110111000100110011110000011110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B592ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B592ED; }

 p { color: rgb(181,146,237); }

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

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

 a { background-color: rgb(181,146,237); }

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

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

 span { border-color: rgb(181,146,237); }

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