Html Css Color HEX #B48ADD Biloba Flower

📋 copy color: '#B48ADD'

red 180 ◦ green 138 ◦ blue 221

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

Shades of Biloba Flower #B48ADD

Tints of Biloba Flower #B48ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41%

R = 33.4%
G = 25.6%
B = 41%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B48ADD (or 0xB48ADD) is known color: Biloba Flower. HEX triplet: B4, 8A and DD. RGB value is (180,138,221). Sum of RGB (Red+Green+Blue) = 180+138+221=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #B48ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48ADD is #4B7522. Grayscale: #9F9F9F. Windows color (decimal): -4945187 or 14518964. OLE color: 14518964.

HSL color Cylindrical-coordinate representation of color #B48ADD: hue angle of 270.36º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B48ADD is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 138 221 -
CMYK 0.19 0.38 0 0.13
HSL 270.36º 0.55% 0.7% -
HSV(B) 270.36º 0.38% 0.87% -
XYZ 40.96 33.1 72.64 -
YUV 160.02 162.41 142.25 -
System Red Green Blue C M Y K H S L
Decimal 180 138 221 0.19 0.38 0 0.13 270.36 0.55 0.7
Hex B4 8A DD 13 26 0 D 10E 37 46
Octal 264 212 335 23 46 0 15 416 67 106
Binary 10110100 10001010 11011101 10011 100110 0 1101 100001110 110111 1000110

Color Harmonies of #B48ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48ADD

Black with #B48ADD

Text Example


Text Example

White with #B48ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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