Html Css Color HEX #B39CF2 Biloba Flower

📋 copy color: '#B39CF2'

red 179 ◦ green 156 ◦ blue 242

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

Shades of Biloba Flower #B39CF2

Tints of Biloba Flower #B39CF2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.04%

 BLUE value IS 242 (94.92% from 255) = 41.94%

R = 31.02%
G = 27.04%
B = 41.94%

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

#B39CF2 (or 0xB39CF2) is known color: Biloba Flower. HEX triplet: B3, 9C and F2. RGB value is (179,156,242). Sum of RGB (Red+Green+Blue) = 179+156+242=577 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.02% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 242 - color contains mainly: blue. Hex color #B39CF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39CF2 is #4C630D. Grayscale: #ACACAC. Windows color (decimal): -5006094 or 15899827. OLE color: 15899827.

HSL color Cylindrical-coordinate representation of color #B39CF2: hue angle of 256.05º degrees, saturation: 0.77, 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 #B39CF2 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 156 242 -
CMYK 0.26 0.36 0 0.05
HSL 256.05º 0.77% 0.78% -
HSV(B) 256.05º 0.36% 0.95% -
XYZ 46.51 39.77 89.23 -
YUV 172.68 167.12 132.51 -
System Red Green Blue C M Y K H S L
Decimal 179 156 242 0.26 0.36 0 0.05 256.05 0.77 0.78
Hex B3 9C F2 1A 24 0 5 100 4D 4E
Octal 263 234 362 32 44 0 5 400 115 116
Binary 10110011 10011100 11110010 11010 100100 0 101 100000000 1001101 1001110

Color Harmonies of #B39CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39CF2

Black with #B39CF2

Text Example


Text Example

White with #B39CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39CF2; }

 p { color: rgb(179,156,242); }

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

background-color css

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

 a { background-color: rgb(179,156,242); }

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

border-color css

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

 span { border-color: rgb(179,156,242); }

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