Html Css Color HEX #B48EDD Biloba Flower

📋 copy color: '#B48EDD'

red 180 ◦ green 142 ◦ blue 221

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

Shades of Biloba Flower #B48EDD

Tints of Biloba Flower #B48EDD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.15%

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

R = 33.15%
G = 26.15%
B = 40.7%

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

#B48EDD (or 0xB48EDD) is known color: Biloba Flower. HEX triplet: B4, 8E and DD. RGB value is (180,142,221). Sum of RGB (Red+Green+Blue) = 180+142+221=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #B48EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48EDD is #4B7122. Grayscale: #A2A2A2. Windows color (decimal): -4944163 or 14519988. OLE color: 14519988.

HSL color Cylindrical-coordinate representation of color #B48EDD: hue angle of 268.86º degrees, saturation: 0.54, 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 #B48EDD is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 142 221 -
CMYK 0.19 0.36 0 0.13
HSL 268.86º 0.54% 0.71% -
HSV(B) 268.86º 0.36% 0.87% -
XYZ 41.55 34.27 72.83 -
YUV 162.37 161.09 140.58 -
System Red Green Blue C M Y K H S L
Decimal 180 142 221 0.19 0.36 0 0.13 268.86 0.54 0.71
Hex B4 8E DD 13 24 0 D 10D 36 47
Octal 264 216 335 23 44 0 15 415 66 107
Binary 10110100 10001110 11011101 10011 100100 0 1101 100001101 110110 1000111

Color Harmonies of #B48EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48EDD

Black with #B48EDD

Text Example


Text Example

White with #B48EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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