Html Css Color HEX #B48DDC Biloba Flower

📋 copy color: '#B48DDC'

red 180 ◦ green 141 ◦ blue 220

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

Shades of Biloba Flower #B48DDC

Tints of Biloba Flower #B48DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.67%

R = 33.27%
G = 26.06%
B = 40.67%

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

#B48DDC (or 0xB48DDC) is known color: Biloba Flower. HEX triplet: B4, 8D and DC. RGB value is (180,141,220). Sum of RGB (Red+Green+Blue) = 180+141+220=541 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.27% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #B48DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48DDC is #4B7223. Grayscale: #A1A1A1. Windows color (decimal): -4944420 or 14454196. OLE color: 14454196.

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

Color convert

RGB 180 141 220 -
CMYK 0.18 0.36 0 0.14
HSL 269.62º 0.53% 0.71% -
HSV(B) 269.62º 0.36% 0.86% -
XYZ 41.27 33.92 72.08 -
YUV 161.67 160.92 141.08 -
System Red Green Blue C M Y K H S L
Decimal 180 141 220 0.18 0.36 0 0.14 269.62 0.53 0.71
Hex B4 8D DC 12 24 0 E 10E 35 47
Octal 264 215 334 22 44 0 16 416 65 107
Binary 10110100 10001101 11011100 10010 100100 0 1110 100001110 110101 1000111

Color Harmonies of #B48DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48DDC

Black with #B48DDC

Text Example


Text Example

White with #B48DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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