Html Css Color HEX #B38DDB Biloba Flower

📋 copy color: '#B38DDB'

red 179 ◦ green 141 ◦ blue 219

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

Shades of Biloba Flower #B38DDB

Tints of Biloba Flower #B38DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.63%

R = 33.21%
G = 26.16%
B = 40.63%

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

#B38DDB (or 0xB38DDB) is known color: Biloba Flower. HEX triplet: B3, 8D and DB. RGB value is (179,141,219). Sum of RGB (Red+Green+Blue) = 179+141+219=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #B38DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38DDB is #4C7224. Grayscale: #A0A0A0. Windows color (decimal): -5009957 or 14388659. OLE color: 14388659.

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

Color convert

RGB 179 141 219 -
CMYK 0.18 0.36 0 0.14
HSL 269.23º 0.52% 0.71% -
HSV(B) 269.23º 0.36% 0.86% -
XYZ 40.9 33.75 71.38 -
YUV 161.25 160.59 140.66 -
System Red Green Blue C M Y K H S L
Decimal 179 141 219 0.18 0.36 0 0.14 269.23 0.52 0.71
Hex B3 8D DB 12 24 0 E 10D 34 47
Octal 263 215 333 22 44 0 16 415 64 107
Binary 10110011 10001101 11011011 10010 100100 0 1110 100001101 110100 1000111

Color Harmonies of #B38DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38DDB

Black with #B38DDB

Text Example


Text Example

White with #B38DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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