Html Css Color HEX #B39BE3 Biloba Flower

📋 copy color: '#B39BE3'

red 179 ◦ green 155 ◦ blue 227

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

Shades of Biloba Flower #B39BE3

Tints of Biloba Flower #B39BE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 40.46%

R = 31.91%
G = 27.63%
B = 40.46%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B39BE3 (or 0xB39BE3) is known color: Biloba Flower. HEX triplet: B3, 9B and E3. RGB value is (179,155,227). Sum of RGB (Red+Green+Blue) = 179+155+227=561 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.91% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 227 (89.06% from 255 or 40.46% from 561); Max value from RGB is 227 - color contains mainly: blue. Hex color #B39BE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39BE3 is #4C641C. Grayscale: #AAAAAA. Windows color (decimal): -5006365 or 14916531. OLE color: 14916531.

HSL color Cylindrical-coordinate representation of color #B39BE3: hue angle of 260º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B39BE3 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 179 155 227 -
CMYK 0.21 0.32 0 0.11
HSL 260º 0.56% 0.75% -
HSV(B) 260º 0.32% 0.89% -
XYZ 44.18 38.57 77.79 -
YUV 170.38 159.95 134.15 -
System Red Green Blue C M Y K H S L
Decimal 179 155 227 0.21 0.32 0 0.11 260 0.56 0.75
Hex B3 9B E3 15 20 0 B 104 38 4B
Octal 263 233 343 25 40 0 13 404 70 113
Binary 10110011 10011011 11100011 10101 100000 0 1011 100000100 111000 1001011

Color Harmonies of #B39BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39BE3

Black with #B39BE3

Text Example


Text Example

White with #B39BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39BE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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