Html Css Color HEX #B39BF4 Biloba Flower

📋 copy color: '#B39BF4'

red 179 ◦ green 155 ◦ blue 244

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

Shades of Biloba Flower #B39BF4

Tints of Biloba Flower #B39BF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 42.21%

R = 30.97%
G = 26.82%
B = 42.21%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B39BF4 (or 0xB39BF4) is known color: Biloba Flower. HEX triplet: B3, 9B and F4. RGB value is (179,155,244). Sum of RGB (Red+Green+Blue) = 179+155+244=578 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.97% from 578); Green value is 155 (60.94% from 255 or 26.82% from 578); Blue value is 244 (95.70% from 255 or 42.21% from 578); Max value from RGB is 244 - color contains mainly: blue. Hex color #B39BF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39BF4 is #4C640B. Grayscale: #ABABAB. Windows color (decimal): -5006348 or 16030643. OLE color: 16030643.

HSL color Cylindrical-coordinate representation of color #B39BF4: hue angle of 256.18º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B39BF4 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 179 155 244 -
CMYK 0.27 0.36 0 0.04
HSL 256.18º 0.8% 0.78% -
HSV(B) 256.18º 0.36% 0.96% -
XYZ 46.64 39.56 90.77 -
YUV 172.32 168.45 132.76 -
System Red Green Blue C M Y K H S L
Decimal 179 155 244 0.27 0.36 0 0.04 256.18 0.8 0.78
Hex B3 9B F4 1B 24 0 4 100 50 4E
Octal 263 233 364 33 44 0 4 400 120 116
Binary 10110011 10011011 11110100 11011 100100 0 100 100000000 1010000 1001110

Color Harmonies of #B39BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39BF4

Black with #B39BF4

Text Example


Text Example

White with #B39BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39BF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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