#B58CEA

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

Shades of Biloba Flower #B58CEA

Tints of Biloba Flower #B58CEA

Color information

#B58CEA (or 0xB58CEA) is unknown color: approx Biloba Flower. HEX triplet: B5, 8C and EA. RGB value is (181,140,234). Sum of RGB (Red+Green+Blue) = 181+140+234=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #B58CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58CEA is #4A7315. Grayscale: #A2A2A2. Windows color (decimal): -4879126 or 15371445. OLE color: 15371445.

HSL color Cylindrical-coordinate representation of color #B58CEA: hue angle of 266.17º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B58CEA is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181140234-
CMYK0.230.4000.08
HSL266.17º69.12%73.33%-
HSV(B)266.17º40.17%91.76%-
XYZ43.2934.5282.22-
YUV162.97168.08140.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.61%
GREEN value IS 140 (55.08% from 255) = 25.23%
BLUE value IS 234 (91.80% from 255) = 42.16%
R=32.61%
G=25.23%
B=42.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811402340.230.4000.08266.1769.1273.33
HexB58CEA17280810a4549
Octal2652143522750010412105111
Binary101101011000110011101010101111010000100010000101010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58CEA; }

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

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

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

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

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

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

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

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