Html Css Color HEX #B39DCA Biloba Flower

📋 copy color: '#B39DCA'

red 179 ◦ green 157 ◦ blue 202

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

Shades of Biloba Flower #B39DCA

Tints of Biloba Flower #B39DCA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.18%

 BLUE value IS 202 (79.3% from 255) = 37.55%

R = 33.27%
G = 29.18%
B = 37.55%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B39DCA (or 0xB39DCA) is known color: Biloba Flower. HEX triplet: B3, 9D and CA. RGB value is (179,157,202). Sum of RGB (Red+Green+Blue) = 179+157+202=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #B39DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39DCA is #4C6235. Grayscale: #A8A8A8. Windows color (decimal): -5005878 or 13278643. OLE color: 13278643.

HSL color Cylindrical-coordinate representation of color #B39DCA: hue angle of 269.33º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B39DCA is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 157 202 -
CMYK 0.11 0.22 0 0.21
HSL 269.33º 0.3% 0.7% -
HSV(B) 269.33º 0.22% 0.79% -
XYZ 41.31 37.96 61.03 -
YUV 168.71 146.79 135.34 -
System Red Green Blue C M Y K H S L
Decimal 179 157 202 0.11 0.22 0 0.21 269.33 0.3 0.7
Hex B3 9D CA B 16 0 15 10D 1E 46
Octal 263 235 312 13 26 0 25 415 36 106
Binary 10110011 10011101 11001010 1011 10110 0 10101 100001101 11110 1000110

Color Harmonies of #B39DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39DCA

Black with #B39DCA

Text Example


Text Example

White with #B39DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39DCA; }

 p { color: rgb(179,157,202); }

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

background-color css

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

 a { background-color: rgb(179,157,202); }

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

border-color css

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

 span { border-color: rgb(179,157,202); }

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