Html Css Color HEX #B48DDB Biloba Flower

📋 copy color: '#B48DDB'

red 180 ◦ green 141 ◦ blue 219

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

Shades of Biloba Flower #B48DDB

Tints of Biloba Flower #B48DDB

RGB

 RED value IS 180 (70.7% from 255) = 33.33%

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

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

R = 33.33%
G = 26.11%
B = 40.56%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B48DDB (or 0xB48DDB) is known color: Biloba Flower. HEX triplet: B4, 8D and DB. RGB value is (180,141,219). Sum of RGB (Red+Green+Blue) = 180+141+219=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #B48DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48DDB is #4B7224. Grayscale: #A1A1A1. Windows color (decimal): -4944421 or 14388660. OLE color: 14388660.

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

Color convert

RGB 180 141 219 -
CMYK 0.18 0.36 0 0.14
HSL 270º 0.52% 0.71% -
HSV(B) 270º 0.36% 0.86% -
XYZ 41.13 33.87 71.39 -
YUV 161.55 160.42 141.16 -
System Red Green Blue C M Y K H S L
Decimal 180 141 219 0.18 0.36 0 0.14 270 0.52 0.71
Hex B4 8D DB 12 24 0 E 10E 34 47
Octal 264 215 333 22 44 0 16 416 64 107
Binary 10110100 10001101 11011011 10010 100100 0 1110 100001110 110100 1000111

Color Harmonies of #B48DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48DDB

Black with #B48DDB

Text Example


Text Example

White with #B48DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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