Html Css Color HEX #BD88A0 Viola

📋 copy color: '#BD88A0'

red 189 ◦ green 136 ◦ blue 160

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

Shades of Viola #BD88A0

Tints of Viola #BD88A0

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.04%

 BLUE value IS 160 (62.89% from 255) = 32.99%

R = 38.97%
G = 28.04%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BD88A0 (or 0xBD88A0) is known color: Viola. HEX triplet: BD, 88 and A0. RGB value is (189,136,160). Sum of RGB (Red+Green+Blue) = 189+136+160=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BD88A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD88A0 is #42775F. Grayscale: #9A9A9A. Windows color (decimal): -4355936 or 10520765. OLE color: 10520765.

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

Color convert

RGB 189 136 160 -
CMYK 0 0.28 0.15 0.26
HSL 332.83º 0.29% 0.64% -
HSV(B) 332.83º 0.28% 0.74% -
XYZ 36.14 30.97 37.33 -
YUV 154.58 131.06 152.55 -
System Red Green Blue C M Y K H S L
Decimal 189 136 160 0 0.28 0.15 0.26 332.83 0.29 0.64
Hex BD 88 A0 0 1C F 1A 14D 1D 40
Octal 275 210 240 0 34 17 32 515 35 100
Binary 10111101 10001000 10100000 0 11100 1111 11010 101001101 11101 1000000

Color Harmonies of #BD88A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD88A0

Black with #BD88A0

Text Example


Text Example

White with #BD88A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD88A0; }

 p { color: rgb(189,136,160); }

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

background-color css

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

 a { background-color: rgb(189,136,160); }

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

border-color css

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

 span { border-color: rgb(189,136,160); }

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