Html Css Color HEX #B39BD5 Biloba Flower

📋 copy color: '#B39BD5'

red 179 ◦ green 155 ◦ blue 213

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

Shades of Biloba Flower #B39BD5

Tints of Biloba Flower #B39BD5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.34%

 BLUE value IS 213 (83.59% from 255) = 38.94%

R = 32.72%
G = 28.34%
B = 38.94%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B39BD5 (or 0xB39BD5) is known color: Biloba Flower. HEX triplet: B3, 9B and D5. RGB value is (179,155,213). Sum of RGB (Red+Green+Blue) = 179+155+213=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 213 - color contains mainly: blue. Hex color #B39BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39BD5 is #4C642A. Grayscale: #A8A8A8. Windows color (decimal): -5006379 or 13999027. OLE color: 13999027.

HSL color Cylindrical-coordinate representation of color #B39BD5: hue angle of 264.83º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B39BD5 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 155 213 -
CMYK 0.16 0.27 0 0.16
HSL 264.83º 0.41% 0.72% -
HSV(B) 264.83º 0.27% 0.84% -
XYZ 42.32 37.83 68.02 -
YUV 168.79 152.95 135.28 -
System Red Green Blue C M Y K H S L
Decimal 179 155 213 0.16 0.27 0 0.16 264.83 0.41 0.72
Hex B3 9B D5 10 1B 0 10 109 29 48
Octal 263 233 325 20 33 0 20 411 51 110
Binary 10110011 10011011 11010101 10000 11011 0 10000 100001001 101001 1001000

Color Harmonies of #B39BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39BD5

Black with #B39BD5

Text Example


Text Example

White with #B39BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39BD5; }

 p { color: rgb(179,155,213); }

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

background-color css

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

 a { background-color: rgb(179,155,213); }

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

border-color css

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

 span { border-color: rgb(179,155,213); }

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