Html Css Color HEX #B39AD3 Biloba Flower

📋 copy color: '#B39AD3'

red 179 ◦ green 154 ◦ blue 211

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

Shades of Biloba Flower #B39AD3

Tints of Biloba Flower #B39AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.79%

R = 32.9%
G = 28.31%
B = 38.79%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B39AD3 (or 0xB39AD3) is known color: Biloba Flower. HEX triplet: B3, 9A and D3. RGB value is (179,154,211). Sum of RGB (Red+Green+Blue) = 179+154+211=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 211 - color contains mainly: blue. Hex color #B39AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39AD3 is #4C652C. Grayscale: #A7A7A7. Windows color (decimal): -5006637 or 13867699. OLE color: 13867699.

HSL color Cylindrical-coordinate representation of color #B39AD3: hue angle of 266.32º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B39AD3 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 179 154 211 -
CMYK 0.15 0.27 0 0.17
HSL 266.32º 0.39% 0.72% -
HSV(B) 266.32º 0.27% 0.83% -
XYZ 41.9 37.4 66.64 -
YUV 167.97 152.28 135.87 -
System Red Green Blue C M Y K H S L
Decimal 179 154 211 0.15 0.27 0 0.17 266.32 0.39 0.72
Hex B3 9A D3 F 1B 0 11 10A 27 48
Octal 263 232 323 17 33 0 21 412 47 110
Binary 10110011 10011010 11010011 1111 11011 0 10001 100001010 100111 1001000

Color Harmonies of #B39AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39AD3

Black with #B39AD3

Text Example


Text Example

White with #B39AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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