Html Css Color HEX #B58EEC Biloba Flower

📋 copy color: '#B58EEC'

red 181 ◦ green 142 ◦ blue 236

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

Shades of Biloba Flower #B58EEC

Tints of Biloba Flower #B58EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.22%

R = 32.38%
G = 25.4%
B = 42.22%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B58EEC (or 0xB58EEC) is known color: Biloba Flower. HEX triplet: B5, 8E and EC. RGB value is (181,142,236). Sum of RGB (Red+Green+Blue) = 181+142+236=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 142 (55.86% from 255 or 25.40% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #B58EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58EEC is #4A7113. Grayscale: #A4A4A4. Windows color (decimal): -4878612 or 15503029. OLE color: 15503029.

HSL color Cylindrical-coordinate representation of color #B58EEC: hue angle of 264.89º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B58EEC is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 142 236 -
CMYK 0.23 0.40 0 0.07
HSL 264.89º 0.71% 0.74% -
HSV(B) 264.89º 0.4% 0.93% -
XYZ 43.87 35.23 83.84 -
YUV 164.38 168.42 139.86 -
System Red Green Blue C M Y K H S L
Decimal 181 142 236 0.23 0.40 0 0.07 264.89 0.71 0.74
Hex B5 8E EC 17 28 0 7 109 47 4A
Octal 265 216 354 27 50 0 7 411 107 112
Binary 10110101 10001110 11101100 10111 101000 0 111 100001001 1000111 1001010

Color Harmonies of #B58EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58EEC

Black with #B58EEC

Text Example


Text Example

White with #B58EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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