Html Css Color HEX #B58ED4 Biloba Flower

📋 copy color: '#B58ED4'

red 181 ◦ green 142 ◦ blue 212

#B58ED4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B58ED4

Tints of Biloba Flower #B58ED4

RGB

 RED value IS 181 (71.09% from 255) = 33.83%

 GREEN value IS 142 (55.86% from 255) = 26.54%

 BLUE value IS 212 (83.2% from 255) = 39.63%

R = 33.83%
G = 26.54%
B = 39.63%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B58ED4 (or 0xB58ED4) is known color: Biloba Flower. HEX triplet: B5, 8E and D4. RGB value is (181,142,212). Sum of RGB (Red+Green+Blue) = 181+142+212=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 212 - color contains mainly: blue. Hex color #B58ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58ED4 is #4A712B. Grayscale: #A1A1A1. Windows color (decimal): -4878636 or 13930165. OLE color: 13930165.

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

Color convert

RGB 181 142 212 -
CMYK 0.15 0.33 0 0.17
HSL 273.43º 0.45% 0.69% -
HSV(B) 273.43º 0.33% 0.83% -
XYZ 40.61 33.92 66.69 -
YUV 161.64 156.42 141.81 -
System Red Green Blue C M Y K H S L
Decimal 181 142 212 0.15 0.33 0 0.17 273.43 0.45 0.69
Hex B5 8E D4 F 21 0 11 111 2D 45
Octal 265 216 324 17 41 0 21 421 55 105
Binary 10110101 10001110 11010100 1111 100001 0 10001 100010001 101101 1000101

Color Harmonies of #B58ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58ED4

Black with #B58ED4

Text Example


Text Example

White with #B58ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58ED4; }

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

 H1.HeaderClassName
 {
   color: #B58ED4;
 }
 .AnyTagClassName
 {
   color: #B58ED4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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