#B58AD4

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

Shades of Biloba Flower #B58AD4

Tints of Biloba Flower #B58AD4

Color information

#B58AD4 (or 0xB58AD4) is unknown color: approx Biloba Flower. HEX triplet: B5, 8A and D4. RGB value is (181,138,212). Sum of RGB (Red+Green+Blue) = 181+138+212=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 212 (83.20% from 255 or 39.92% from 531); Max value from RGB is 212 - color contains mainly: blue. Hex color #B58AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58AD4 is #4A752B. Grayscale: #9F9F9F. Windows color (decimal): -4879660 or 13929141. OLE color: 13929141.

HSL color Cylindrical-coordinate representation of color #B58AD4: hue angle of 274.86º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B58AD4 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB181138212-
CMYK0.150.3500.17
HSL274.86º46.25%68.63%-
HSV(B)274.86º34.91%83.14%-
XYZ40.0332.7566.5-
YUV159.29157.75143.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.09%
GREEN value IS 138 (54.30% from 255) = 25.99%
BLUE value IS 212 (83.20% from 255) = 39.92%
R=34.09%
G=25.99%
B=39.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1811382120.150.3500.17274.8646.2568.63
HexB58AD4F230111132e45
Octal265212324174302142356105
Binary10110101100010101101010011111000110100011000100111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58AD4; }

 p { color: rgb(181,138,212); }

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

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

 a { background-color: rgb(181,138,212); }

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

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

 span { border-color: rgb(181,138,212); }

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