Html Css Color HEX #B39BF3 Biloba Flower

📋 copy color: '#B39BF3'

red 179 ◦ green 155 ◦ blue 243

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

Shades of Biloba Flower #B39BF3

Tints of Biloba Flower #B39BF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 42.11%

R = 31.02%
G = 26.86%
B = 42.11%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B39BF3 (or 0xB39BF3) is known color: Biloba Flower. HEX triplet: B3, 9B and F3. RGB value is (179,155,243). Sum of RGB (Red+Green+Blue) = 179+155+243=577 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.02% from 577); Green value is 155 (60.94% from 255 or 26.86% from 577); Blue value is 243 (95.31% from 255 or 42.11% from 577); Max value from RGB is 243 - color contains mainly: blue. Hex color #B39BF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39BF3 is #4C640C. Grayscale: #ABABAB. Windows color (decimal): -5006349 or 15965107. OLE color: 15965107.

HSL color Cylindrical-coordinate representation of color #B39BF3: hue angle of 256.36º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B39BF3 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 155 243 -
CMYK 0.26 0.36 0 0.05
HSL 256.36º 0.79% 0.78% -
HSV(B) 256.36º 0.36% 0.95% -
XYZ 46.49 39.5 89.97 -
YUV 172.21 167.95 132.84 -
System Red Green Blue C M Y K H S L
Decimal 179 155 243 0.26 0.36 0 0.05 256.36 0.79 0.78
Hex B3 9B F3 1A 24 0 5 100 4F 4E
Octal 263 233 363 32 44 0 5 400 117 116
Binary 10110011 10011011 11110011 11010 100100 0 101 100000000 1001111 1001110

Color Harmonies of #B39BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39BF3

Black with #B39BF3

Text Example


Text Example

White with #B39BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39BF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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