Html Css Color HEX #B39FE3 Biloba Flower

📋 copy color: '#B39FE3'

red 179 ◦ green 159 ◦ blue 227

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

Shades of Biloba Flower #B39FE3

Tints of Biloba Flower #B39FE3

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.14%

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

R = 31.68%
G = 28.14%
B = 40.18%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B39FE3 (or 0xB39FE3) is known color: Biloba Flower. HEX triplet: B3, 9F and E3. RGB value is (179,159,227). Sum of RGB (Red+Green+Blue) = 179+159+227=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 227 (89.06% from 255 or 40.18% from 565); Max value from RGB is 227 - color contains mainly: blue. Hex color #B39FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39FE3 is #4C601C. Grayscale: #ACACAC. Windows color (decimal): -5005341 or 14917555. OLE color: 14917555.

HSL color Cylindrical-coordinate representation of color #B39FE3: hue angle of 257.65º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B39FE3 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 179 159 227 -
CMYK 0.21 0.30 0 0.11
HSL 257.65º 0.55% 0.76% -
HSV(B) 257.65º 0.3% 0.89% -
XYZ 44.85 39.93 78.02 -
YUV 172.73 158.63 132.47 -
System Red Green Blue C M Y K H S L
Decimal 179 159 227 0.21 0.30 0 0.11 257.65 0.55 0.76
Hex B3 9F E3 15 1E 0 B 102 37 4C
Octal 263 237 343 25 36 0 13 402 67 114
Binary 10110011 10011111 11100011 10101 11110 0 1011 100000010 110111 1001100

Color Harmonies of #B39FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39FE3

Black with #B39FE3

Text Example


Text Example

White with #B39FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39FE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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