Html Css Color HEX #B58EDA Biloba Flower

📋 copy color: '#B58EDA'

red 181 ◦ green 142 ◦ blue 218

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

Shades of Biloba Flower #B58EDA

Tints of Biloba Flower #B58EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.3%

R = 33.46%
G = 26.25%
B = 40.3%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B58EDA (or 0xB58EDA) is known color: Biloba Flower. HEX triplet: B5, 8E and DA. RGB value is (181,142,218). Sum of RGB (Red+Green+Blue) = 181+142+218=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #B58EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58EDA is #4A7125. Grayscale: #A2A2A2. Windows color (decimal): -4878630 or 14323381. OLE color: 14323381.

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

Color convert

RGB 181 142 218 -
CMYK 0.17 0.35 0 0.15
HSL 270.79º 0.51% 0.71% -
HSV(B) 270.79º 0.35% 0.85% -
XYZ 41.38 34.23 70.76 -
YUV 162.33 159.42 141.32 -
System Red Green Blue C M Y K H S L
Decimal 181 142 218 0.17 0.35 0 0.15 270.79 0.51 0.71
Hex B5 8E DA 11 23 0 F 10F 33 47
Octal 265 216 332 21 43 0 17 417 63 107
Binary 10110101 10001110 11011010 10001 100011 0 1111 100001111 110011 1000111

Color Harmonies of #B58EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58EDA

Black with #B58EDA

Text Example


Text Example

White with #B58EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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