#B58CE4

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

Shades of Biloba Flower #B58CE4

Tints of Biloba Flower #B58CE4

Color information

#B58CE4 (or 0xB58CE4) is unknown color: approx Biloba Flower. HEX triplet: B5, 8C and E4. RGB value is (181,140,228). Sum of RGB (Red+Green+Blue) = 181+140+228=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 228 (89.45% from 255 or 41.53% from 549); Max value from RGB is 228 - color contains mainly: blue. Hex color #B58CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58CE4 is #4A731B. Grayscale: #A1A1A1. Windows color (decimal): -4879132 or 14978229. OLE color: 14978229.

HSL color Cylindrical-coordinate representation of color #B58CE4: hue angle of 267.95º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B58CE4 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB181140228-
CMYK0.210.3900.11
HSL267.95º61.97%72.16%-
HSV(B)267.95º38.6%89.41%-
XYZ42.4434.1877.76-
YUV162.29165.08141.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.97%
GREEN value IS 140 (55.08% from 255) = 25.50%
BLUE value IS 228 (89.45% from 255) = 41.53%
R=32.97%
G=25.50%
B=41.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1811402280.210.3900.11267.9561.9772.16
HexB58CE415270B10c3e48
Octal265214344254701341476110
Binary10110101100011001110010010101100111010111000011001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58CE4; }

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

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

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

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

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

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

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

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