Html Css Color HEX #B48EDB Biloba Flower

📋 copy color: '#B48EDB'

red 180 ◦ green 142 ◦ blue 219

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

Shades of Biloba Flower #B48EDB

Tints of Biloba Flower #B48EDB

RGB

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

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

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

R = 33.27%
G = 26.25%
B = 40.48%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B48EDB (or 0xB48EDB) is known color: Biloba Flower. HEX triplet: B4, 8E and DB. RGB value is (180,142,219). Sum of RGB (Red+Green+Blue) = 180+142+219=541 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.27% from 541); Green value is 142 (55.86% from 255 or 26.25% 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 #B48EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48EDB is #4B7124. Grayscale: #A1A1A1. Windows color (decimal): -4944165 or 14388916. OLE color: 14388916.

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

Color convert

RGB 180 142 219 -
CMYK 0.18 0.35 0 0.14
HSL 269.61º 0.52% 0.71% -
HSV(B) 269.61º 0.35% 0.86% -
XYZ 41.28 34.16 71.44 -
YUV 162.14 160.09 140.74 -
System Red Green Blue C M Y K H S L
Decimal 180 142 219 0.18 0.35 0 0.14 269.61 0.52 0.71
Hex B4 8E DB 12 23 0 E 10E 34 47
Octal 264 216 333 22 43 0 16 416 64 107
Binary 10110100 10001110 11011011 10010 100011 0 1110 100001110 110100 1000111

Color Harmonies of #B48EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48EDB

Black with #B48EDB

Text Example


Text Example

White with #B48EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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