#B58CDA

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

Shades of Biloba Flower #B58CDA

Tints of Biloba Flower #B58CDA

Color information

#B58CDA (or 0xB58CDA) is unknown color: approx Biloba Flower. HEX triplet: B5, 8C and DA. RGB value is (181,140,218). Sum of RGB (Red+Green+Blue) = 181+140+218=539 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.58% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #B58CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58CDA is #4A7325. Grayscale: #A0A0A0. Windows color (decimal): -4879142 or 14322869. OLE color: 14322869.

HSL color Cylindrical-coordinate representation of color #B58CDA: hue angle of 271.54º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B58CDA is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB181140218-
CMYK0.170.3600.15
HSL271.54º51.32%70.2%-
HSV(B)271.54º35.78%85.49%-
XYZ41.0933.6470.66-
YUV161.15160.08142.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.58%
GREEN value IS 140 (55.08% from 255) = 25.97%
BLUE value IS 218 (85.55% from 255) = 40.45%
R=33.58%
G=25.97%
B=40.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811402180.170.3600.15271.5451.3270.2
HexB58CDA11240F1103346
Octal265214332214401742063106
Binary10110101100011001101101010001100100011111000100001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58CDA; }

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

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

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

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

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

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

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

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