Html Css Color HEX #BD879D Viola

📋 copy color: '#BD879D'

red 189 ◦ green 135 ◦ blue 157

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

Shades of Viola #BD879D

Tints of Viola #BD879D

RGB

 RED value IS 189 (74.22% from 255) = 39.29%

 GREEN value IS 135 (53.13% from 255) = 28.07%

 BLUE value IS 157 (61.72% from 255) = 32.64%

R = 39.29%
G = 28.07%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD879D (or 0xBD879D) is known color: Viola. HEX triplet: BD, 87 and 9D. RGB value is (189,135,157). Sum of RGB (Red+Green+Blue) = 189+135+157=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BD879D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD879D is #427862. Grayscale: #999999. Windows color (decimal): -4356195 or 10323901. OLE color: 10323901.

HSL color Cylindrical-coordinate representation of color #BD879D: hue angle of 335.56º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD879D is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 135 157 -
CMYK 0 0.29 0.17 0.26
HSL 335.56º 0.29% 0.64% -
HSV(B) 335.56º 0.29% 0.74% -
XYZ 35.74 30.58 35.92 -
YUV 153.65 129.89 153.21 -
System Red Green Blue C M Y K H S L
Decimal 189 135 157 0 0.29 0.17 0.26 335.56 0.29 0.64
Hex BD 87 9D 0 1D 11 1A 150 1D 40
Octal 275 207 235 0 35 21 32 520 35 100
Binary 10111101 10000111 10011101 0 11101 10001 11010 101010000 11101 1000000

Color Harmonies of #BD879D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD879D

Black with #BD879D

Text Example


Text Example

White with #BD879D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD879D; }

 p { color: rgb(189,135,157); }

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

background-color css

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

 a { background-color: rgb(189,135,157); }

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

border-color css

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

 span { border-color: rgb(189,135,157); }

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