#B58CED

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

Shades of Biloba Flower #B58CED

Tints of Biloba Flower #B58CED

Color information

#B58CED (or 0xB58CED) is unknown color: approx Biloba Flower. HEX triplet: B5, 8C and ED. RGB value is (181,140,237). Sum of RGB (Red+Green+Blue) = 181+140+237=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 140 (55.08% from 255 or 25.09% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #B58CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58CED is #4A7312. Grayscale: #A2A2A2. Windows color (decimal): -4879123 or 15568053. OLE color: 15568053.

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

Color convert

RGB181140237-
CMYK0.240.4100.07
HSL265.36º72.93%73.92%-
HSV(B)265.36º40.93%92.94%-
XYZ43.7234.6984.51-
YUV163.32169.58140.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.44%
GREEN value IS 140 (55.08% from 255) = 25.09%
BLUE value IS 237 (92.97% from 255) = 42.47%
R=32.44%
G=25.09%
B=42.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811402370.240.4100.07265.3672.9373.92
HexB58CED182907109494a
Octal265214355305107411111112
Binary10110101100011001110110111000101001011110000100110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58CED; }

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

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

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

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

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

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

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

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