Html Css Color HEX #B38DDD Biloba Flower

📋 copy color: '#B38DDD'

red 179 ◦ green 141 ◦ blue 221

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

Shades of Biloba Flower #B38DDD

Tints of Biloba Flower #B38DDD

RGB

 RED value IS 179 (70.31% from 255) = 33.09%

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

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

R = 33.09%
G = 26.06%
B = 40.85%

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

#B38DDD (or 0xB38DDD) is known color: Biloba Flower. HEX triplet: B3, 8D and DD. RGB value is (179,141,221). Sum of RGB (Red+Green+Blue) = 179+141+221=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #B38DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38DDD is #4C7222. Grayscale: #A1A1A1. Windows color (decimal): -5009955 or 14519731. OLE color: 14519731.

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

Color convert

RGB 179 141 221 -
CMYK 0.19 0.36 0 0.13
HSL 268.5º 0.54% 0.71% -
HSV(B) 268.5º 0.36% 0.87% -
XYZ 41.17 33.85 72.77 -
YUV 161.48 161.59 140.5 -
System Red Green Blue C M Y K H S L
Decimal 179 141 221 0.19 0.36 0 0.13 268.5 0.54 0.71
Hex B3 8D DD 13 24 0 D 10C 36 47
Octal 263 215 335 23 44 0 15 414 66 107
Binary 10110011 10001101 11011101 10011 100100 0 1101 100001100 110110 1000111

Color Harmonies of #B38DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38DDD

Black with #B38DDD

Text Example


Text Example

White with #B38DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38DDD; }

 p { color: rgb(179,141,221); }

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

background-color css

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

 a { background-color: rgb(179,141,221); }

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

border-color css

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

 span { border-color: rgb(179,141,221); }

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