Html Css Color HEX #B48CDB Biloba Flower

📋 copy color: '#B48CDB'

red 180 ◦ green 140 ◦ blue 219

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

Shades of Biloba Flower #B48CDB

Tints of Biloba Flower #B48CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.97%

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

R = 33.4%
G = 25.97%
B = 40.63%

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

#B48CDB (or 0xB48CDB) is known color: Biloba Flower. HEX triplet: B4, 8C and DB. RGB value is (180,140,219). Sum of RGB (Red+Green+Blue) = 180+140+219=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 140 (55.08% from 255 or 25.97% 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 #B48CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48CDB is #4B7324. Grayscale: #A0A0A0. Windows color (decimal): -4944677 or 14388404. OLE color: 14388404.

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

Color convert

RGB 180 140 219 -
CMYK 0.18 0.36 0 0.14
HSL 270.38º 0.52% 0.7% -
HSV(B) 270.38º 0.36% 0.86% -
XYZ 40.99 33.57 71.34 -
YUV 160.97 160.75 141.58 -
System Red Green Blue C M Y K H S L
Decimal 180 140 219 0.18 0.36 0 0.14 270.38 0.52 0.7
Hex B4 8C DB 12 24 0 E 10E 34 46
Octal 264 214 333 22 44 0 16 416 64 106
Binary 10110100 10001100 11011011 10010 100100 0 1110 100001110 110100 1000110

Color Harmonies of #B48CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48CDB

Black with #B48CDB

Text Example


Text Example

White with #B48CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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