#B58DFC

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

Shades of Biloba Flower #B58DFC

Tints of Biloba Flower #B58DFC

Color information

#B58DFC (or 0xB58DFC) is unknown color: approx Biloba Flower. HEX triplet: B5, 8D and FC. RGB value is (181,141,252). Sum of RGB (Red+Green+Blue) = 181+141+252=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 141 (55.47% from 255 or 24.56% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #B58DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58DFC is #4A7203. Grayscale: #A5A5A5. Windows color (decimal): -4878852 or 16551349. OLE color: 16551349.

HSL color Cylindrical-coordinate representation of color #B58DFC: hue angle of 261.62º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B58DFC is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB181141252-
CMYK0.280.4400.01
HSL261.62º94.87%77.06%-
HSV(B)261.62º44.05%98.82%-
XYZ46.1535.996.59-
YUV165.61176.75138.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.53%
GREEN value IS 141 (55.47% from 255) = 24.56%
BLUE value IS 252 (98.83% from 255) = 43.90%
R=31.53%
G=24.56%
B=43.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1811412520.280.4400.01261.6294.8777.06
HexB58DFC1C2C011065f4d
Octal265215374345401406137115
Binary101101011000110111111100111001011000110000011010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58DFC; }

 p { color: rgb(181,141,252); }

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

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

 a { background-color: rgb(181,141,252); }

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

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

 span { border-color: rgb(181,141,252); }

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