Html Css Color HEX #B39BFA Biloba Flower

📋 copy color: '#B39BFA'

red 179 ◦ green 155 ◦ blue 250

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

Shades of Biloba Flower #B39BFA

Tints of Biloba Flower #B39BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.81%

R = 30.65%
G = 26.54%
B = 42.81%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B39BFA (or 0xB39BFA) is known color: Biloba Flower. HEX triplet: B3, 9B and FA. RGB value is (179,155,250). Sum of RGB (Red+Green+Blue) = 179+155+250=584 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.65% from 584); Green value is 155 (60.94% from 255 or 26.54% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #B39BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39BFA is #4C6405. Grayscale: #ACACAC. Windows color (decimal): -5006342 or 16423859. OLE color: 16423859.

HSL color Cylindrical-coordinate representation of color #B39BFA: hue angle of 255.16º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B39BFA is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 155 250 -
CMYK 0.28 0.38 0 0.02
HSL 255.16º 0.9% 0.79% -
HSV(B) 255.16º 0.38% 0.98% -
XYZ 47.57 39.93 95.64 -
YUV 173.01 171.45 132.28 -
System Red Green Blue C M Y K H S L
Decimal 179 155 250 0.28 0.38 0 0.02 255.16 0.9 0.79
Hex B3 9B FA 1C 26 0 2 FF 5A 4F
Octal 263 233 372 34 46 0 2 377 132 117
Binary 10110011 10011011 11111010 11100 100110 0 10 11111111 1011010 1001111

Color Harmonies of #B39BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39BFA

Black with #B39BFA

Text Example


Text Example

White with #B39BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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