Html Css Color HEX #B58BDB Biloba Flower

📋 copy color: '#B58BDB'

red 181 ◦ green 139 ◦ blue 219

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

Shades of Biloba Flower #B58BDB

Tints of Biloba Flower #B58BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.79%

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

R = 33.58%
G = 25.79%
B = 40.63%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B58BDB (or 0xB58BDB) is known color: Biloba Flower. HEX triplet: B5, 8B and DB. RGB value is (181,139,219). Sum of RGB (Red+Green+Blue) = 181+139+219=539 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.58% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #B58BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58BDB is #4A7424. Grayscale: #A0A0A0. Windows color (decimal): -4879397 or 14388149. OLE color: 14388149.

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

Color convert

RGB 181 139 219 -
CMYK 0.17 0.37 0 0.14
HSL 271.5º 0.53% 0.7% -
HSV(B) 271.5º 0.37% 0.86% -
XYZ 41.07 33.4 71.3 -
YUV 160.68 160.91 142.5 -
System Red Green Blue C M Y K H S L
Decimal 181 139 219 0.17 0.37 0 0.14 271.5 0.53 0.7
Hex B5 8B DB 11 25 0 E 110 35 46
Octal 265 213 333 21 45 0 16 420 65 106
Binary 10110101 10001011 11011011 10001 100101 0 1110 100010000 110101 1000110

Color Harmonies of #B58BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58BDB

Black with #B58BDB

Text Example


Text Example

White with #B58BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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