Html Css Color HEX #B38BDB Biloba Flower

📋 copy color: '#B38BDB'

red 179 ◦ green 139 ◦ blue 219

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

Shades of Biloba Flower #B38BDB

Tints of Biloba Flower #B38BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.88%

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

R = 33.33%
G = 25.88%
B = 40.78%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B38BDB (or 0xB38BDB) is known color: Biloba Flower. HEX triplet: B3, 8B and DB. RGB value is (179,139,219). Sum of RGB (Red+Green+Blue) = 179+139+219=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #B38BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38BDB is #4C7424. Grayscale: #9F9F9F. Windows color (decimal): -5010469 or 14388147. OLE color: 14388147.

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

Color convert

RGB 179 139 219 -
CMYK 0.18 0.37 0 0.14
HSL 270º 0.53% 0.7% -
HSV(B) 270º 0.37% 0.86% -
XYZ 40.61 33.16 71.28 -
YUV 160.08 161.25 141.5 -
System Red Green Blue C M Y K H S L
Decimal 179 139 219 0.18 0.37 0 0.14 270 0.53 0.7
Hex B3 8B DB 12 25 0 E 10E 35 46
Octal 263 213 333 22 45 0 16 416 65 106
Binary 10110011 10001011 11011011 10010 100101 0 1110 100001110 110101 1000110

Color Harmonies of #B38BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38BDB

Black with #B38BDB

Text Example


Text Example

White with #B38BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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