Html Css Color HEX #B58EDF Biloba Flower

📋 copy color: '#B58EDF'

red 181 ◦ green 142 ◦ blue 223

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

Shades of Biloba Flower #B58EDF

Tints of Biloba Flower #B58EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.84%

R = 33.15%
G = 26.01%
B = 40.84%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B58EDF (or 0xB58EDF) is known color: Biloba Flower. HEX triplet: B5, 8E and DF. RGB value is (181,142,223). Sum of RGB (Red+Green+Blue) = 181+142+223=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #B58EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58EDF is #4A7120. Grayscale: #A2A2A2. Windows color (decimal): -4878625 or 14651061. OLE color: 14651061.

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

Color convert

RGB 181 142 223 -
CMYK 0.19 0.36 0 0.13
HSL 268.89º 0.56% 0.72% -
HSV(B) 268.89º 0.36% 0.87% -
XYZ 42.05 34.5 74.25 -
YUV 162.9 161.92 140.91 -
System Red Green Blue C M Y K H S L
Decimal 181 142 223 0.19 0.36 0 0.13 268.89 0.56 0.72
Hex B5 8E DF 13 24 0 D 10D 38 48
Octal 265 216 337 23 44 0 15 415 70 110
Binary 10110101 10001110 11011111 10011 100100 0 1101 100001101 111000 1001000

Color Harmonies of #B58EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58EDF

Black with #B58EDF

Text Example


Text Example

White with #B58EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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