Html Css Color HEX #B58EDD Biloba Flower

📋 copy color: '#B58EDD'

red 181 ◦ green 142 ◦ blue 221

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

Shades of Biloba Flower #B58EDD

Tints of Biloba Flower #B58EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.63%

R = 33.27%
G = 26.1%
B = 40.63%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B58EDD (or 0xB58EDD) is known color: Biloba Flower. HEX triplet: B5, 8E and DD. RGB value is (181,142,221). Sum of RGB (Red+Green+Blue) = 181+142+221=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 142 (55.86% from 255 or 26.10% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #B58EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58EDD is #4A7122. Grayscale: #A2A2A2. Windows color (decimal): -4878627 or 14519989. OLE color: 14519989.

HSL color Cylindrical-coordinate representation of color #B58EDD: hue angle of 269.62º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B58EDD is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 142 221 -
CMYK 0.18 0.36 0 0.13
HSL 269.62º 0.54% 0.71% -
HSV(B) 269.62º 0.36% 0.87% -
XYZ 41.78 34.39 72.84 -
YUV 162.67 160.92 141.08 -
System Red Green Blue C M Y K H S L
Decimal 181 142 221 0.18 0.36 0 0.13 269.62 0.54 0.71
Hex B5 8E DD 12 24 0 D 10E 36 47
Octal 265 216 335 22 44 0 15 416 66 107
Binary 10110101 10001110 11011101 10010 100100 0 1101 100001110 110110 1000111

Color Harmonies of #B58EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58EDD

Black with #B58EDD

Text Example


Text Example

White with #B58EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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