Html Css Color HEX #B48ADB Biloba Flower

📋 copy color: '#B48ADB'

red 180 ◦ green 138 ◦ blue 219

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

Shades of Biloba Flower #B48ADB

Tints of Biloba Flower #B48ADB

RGB

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

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

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

R = 33.52%
G = 25.7%
B = 40.78%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B48ADB (or 0xB48ADB) is known color: Biloba Flower. HEX triplet: B4, 8A and DB. RGB value is (180,138,219). Sum of RGB (Red+Green+Blue) = 180+138+219=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #B48ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48ADB is #4B7524. Grayscale: #9F9F9F. Windows color (decimal): -4945189 or 14387892. OLE color: 14387892.

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

Color convert

RGB 180 138 219 -
CMYK 0.18 0.37 0 0.14
HSL 271.11º 0.53% 0.7% -
HSV(B) 271.11º 0.37% 0.86% -
XYZ 40.7 32.99 71.24 -
YUV 159.79 161.41 142.41 -
System Red Green Blue C M Y K H S L
Decimal 180 138 219 0.18 0.37 0 0.14 271.11 0.53 0.7
Hex B4 8A DB 12 25 0 E 10F 35 46
Octal 264 212 333 22 45 0 16 417 65 106
Binary 10110100 10001010 11011011 10010 100101 0 1110 100001111 110101 1000110

Color Harmonies of #B48ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48ADB

Black with #B48ADB

Text Example


Text Example

White with #B48ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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