Html Css Color HEX #B58DDB Biloba Flower

📋 copy color: '#B58DDB'

red 181 ◦ green 141 ◦ blue 219

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

Shades of Biloba Flower #B58DDB

Tints of Biloba Flower #B58DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.06%

 BLUE value IS 219 (85.94% from 255) = 40.48%

R = 33.46%
G = 26.06%
B = 40.48%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B58DDB (or 0xB58DDB) is known color: Biloba Flower. HEX triplet: B5, 8D and DB. RGB value is (181,141,219). Sum of RGB (Red+Green+Blue) = 181+141+219=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #B58DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58DDB is #4A7224. Grayscale: #A1A1A1. Windows color (decimal): -4878885 or 14388661. OLE color: 14388661.

HSL color Cylindrical-coordinate representation of color #B58DDB: hue angle of 270.77º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B58DDB is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 141 219 -
CMYK 0.17 0.36 0 0.14
HSL 270.77º 0.52% 0.71% -
HSV(B) 270.77º 0.36% 0.86% -
XYZ 41.37 33.99 71.4 -
YUV 161.85 160.25 141.66 -
System Red Green Blue C M Y K H S L
Decimal 181 141 219 0.17 0.36 0 0.14 270.77 0.52 0.71
Hex B5 8D DB 11 24 0 E 10F 34 47
Octal 265 215 333 21 44 0 16 417 64 107
Binary 10110101 10001101 11011011 10001 100100 0 1110 100001111 110100 1000111

Color Harmonies of #B58DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58DDB

Black with #B58DDB

Text Example


Text Example

White with #B58DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58DDB; }

 p { color: rgb(181,141,219); }

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

background-color css

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

 a { background-color: rgb(181,141,219); }

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

border-color css

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

 span { border-color: rgb(181,141,219); }

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