Html Css Color HEX #B48DDE Biloba Flower

📋 copy color: '#B48DDE'

red 180 ◦ green 141 ◦ blue 222

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

Shades of Biloba Flower #B48DDE

Tints of Biloba Flower #B48DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.88%

R = 33.15%
G = 25.97%
B = 40.88%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B48DDE (or 0xB48DDE) is known color: Biloba Flower. HEX triplet: B4, 8D and DE. RGB value is (180,141,222). Sum of RGB (Red+Green+Blue) = 180+141+222=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #B48DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48DDE is #4B7221. Grayscale: #A1A1A1. Windows color (decimal): -4944418 or 14585268. OLE color: 14585268.

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

Color convert

RGB 180 141 222 -
CMYK 0.19 0.36 0 0.13
HSL 268.89º 0.55% 0.71% -
HSV(B) 268.89º 0.36% 0.87% -
XYZ 41.53 34.03 73.49 -
YUV 161.9 161.92 140.91 -
System Red Green Blue C M Y K H S L
Decimal 180 141 222 0.19 0.36 0 0.13 268.89 0.55 0.71
Hex B4 8D DE 13 24 0 D 10D 37 47
Octal 264 215 336 23 44 0 15 415 67 107
Binary 10110100 10001101 11011110 10011 100100 0 1101 100001101 110111 1000111

Color Harmonies of #B48DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48DDE

Black with #B48DDE

Text Example


Text Example

White with #B48DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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