Html Css Color HEX #B39AFF Biloba Flower

📋 copy color: '#B39AFF'

red 179 ◦ green 154 ◦ blue 255

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

Shades of Biloba Flower #B39AFF

Tints of Biloba Flower #B39AFF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.19%

 BLUE value IS 255 (100% from 255) = 43.37%

R = 30.44%
G = 26.19%
B = 43.37%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B39AFF (or 0xB39AFF) is known color: Biloba Flower. HEX triplet: B3, 9A and FF. RGB value is (179,154,255). Sum of RGB (Red+Green+Blue) = 179+154+255=588 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.44% from 588); Green value is 154 (60.55% from 255 or 26.19% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #B39AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39AFF is #4C6500. Grayscale: #ACACAC. Windows color (decimal): -5006593 or 16751283. OLE color: 16751283.

HSL color Cylindrical-coordinate representation of color #B39AFF: hue angle of 254.85º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B39AFF is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 154 255 -
CMYK 0.30 0.40 0 0
HSL 254.85º 1% 0.8% -
HSV(B) 254.85º 0.4% 1% -
XYZ 48.2 39.91 99.77 -
YUV 172.99 174.28 132.29 -
System Red Green Blue C M Y K H S L
Decimal 179 154 255 0.30 0.40 0 0 254.85 1 0.8
Hex B3 9A FF 1E 28 0 0 FF 64 50
Octal 263 232 377 36 50 0 0 377 144 120
Binary 10110011 10011010 11111111 11110 101000 0 0 11111111 1100100 1010000

Color Harmonies of #B39AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39AFF

Black with #B39AFF

Text Example


Text Example

White with #B39AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39AFF; }

 p { color: rgb(179,154,255); }

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

background-color css

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

 a { background-color: rgb(179,154,255); }

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

border-color css

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

 span { border-color: rgb(179,154,255); }

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