Html Css Color HEX #B58ADB Biloba Flower

📋 copy color: '#B58ADB'

red 181 ◦ green 138 ◦ blue 219

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

Shades of Biloba Flower #B58ADB

Tints of Biloba Flower #B58ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.65%

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

R = 33.64%
G = 25.65%
B = 40.71%

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

#B58ADB (or 0xB58ADB) is known color: Biloba Flower. HEX triplet: B5, 8A and DB. RGB value is (181,138,219). Sum of RGB (Red+Green+Blue) = 181+138+219=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #B58ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58ADB is #4A7524. Grayscale: #9F9F9F. Windows color (decimal): -4879653 or 14387893. OLE color: 14387893.

HSL color Cylindrical-coordinate representation of color #B58ADB: hue angle of 271.85º 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 #B58ADB is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 138 219 -
CMYK 0.17 0.37 0 0.14
HSL 271.85º 0.53% 0.7% -
HSV(B) 271.85º 0.37% 0.86% -
XYZ 40.93 33.12 71.25 -
YUV 160.09 161.25 142.91 -
System Red Green Blue C M Y K H S L
Decimal 181 138 219 0.17 0.37 0 0.14 271.85 0.53 0.7
Hex B5 8A DB 11 25 0 E 110 35 46
Octal 265 212 333 21 45 0 16 420 65 106
Binary 10110101 10001010 11011011 10001 100101 0 1110 100010000 110101 1000110

Color Harmonies of #B58ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58ADB

Black with #B58ADB

Text Example


Text Example

White with #B58ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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