#B58BDF

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

Shades of Biloba Flower #B58BDF

Tints of Biloba Flower #B58BDF

Color information

#B58BDF (or 0xB58BDF) is unknown color: approx Biloba Flower. HEX triplet: B5, 8B and DF. RGB value is (181,139,223). Sum of RGB (Red+Green+Blue) = 181+139+223=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #B58BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58BDF is #4A7420. Grayscale: #A0A0A0. Windows color (decimal): -4879393 or 14650293. OLE color: 14650293.

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

Color convert

RGB181139223-
CMYK0.190.3800.13
HSL270º56.76%70.98%-
HSV(B)270º37.67%87.45%-
XYZ41.6133.6274.11-
YUV161.13162.91142.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.33%
GREEN value IS 139 (54.69% from 255) = 25.60%
BLUE value IS 223 (87.5% from 255) = 41.07%
R=33.33%
G=25.60%
B=41.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811392230.190.3800.1327056.7670.98
HexB58BDF13260D10e3947
Octal265213337234601541671107
Binary10110101100010111101111110011100110011011000011101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58BDF; }

 p { color: rgb(181,139,223); }

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

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

 a { background-color: rgb(181,139,223); }

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

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

 span { border-color: rgb(181,139,223); }

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