Html Css Color HEX #B38EDB Biloba Flower

📋 copy color: '#B38EDB'

red 179 ◦ green 142 ◦ blue 219

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

Shades of Biloba Flower #B38EDB

Tints of Biloba Flower #B38EDB

RGB

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

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

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

R = 33.15%
G = 26.3%
B = 40.56%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B38EDB (or 0xB38EDB) is known color: Biloba Flower. HEX triplet: B3, 8E and DB. RGB value is (179,142,219). Sum of RGB (Red+Green+Blue) = 179+142+219=540 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.15% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #B38EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38EDB is #4C7124. Grayscale: #A1A1A1. Windows color (decimal): -5009701 or 14388915. OLE color: 14388915.

HSL color Cylindrical-coordinate representation of color #B38EDB: hue angle of 268.83º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B38EDB is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 142 219 -
CMYK 0.18 0.35 0 0.14
HSL 268.83º 0.52% 0.71% -
HSV(B) 268.83º 0.35% 0.86% -
XYZ 41.05 34.04 71.43 -
YUV 161.84 160.26 140.24 -
System Red Green Blue C M Y K H S L
Decimal 179 142 219 0.18 0.35 0 0.14 268.83 0.52 0.71
Hex B3 8E DB 12 23 0 E 10D 34 47
Octal 263 216 333 22 43 0 16 415 64 107
Binary 10110011 10001110 11011011 10010 100011 0 1110 100001101 110100 1000111

Color Harmonies of #B38EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38EDB

Black with #B38EDB

Text Example


Text Example

White with #B38EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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