Html Css Color HEX #BD2178 Medium Violet Red

📋 copy color: '#BD2178'

red 189 ◦ green 33 ◦ blue 120

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

Shades of Medium Violet Red #BD2178

Tints of Medium Violet Red #BD2178

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.65%

 BLUE value IS 120 (47.27% from 255) = 35.09%

R = 55.26%
G = 9.65%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD2178 (or 0xBD2178) is known color: Medium Violet Red. HEX triplet: BD, 21 and 78. RGB value is (189,33,120). Sum of RGB (Red+Green+Blue) = 189+33+120=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2178 is #42DE87. Grayscale: #595959. Windows color (decimal): -4382344 or 7872957. OLE color: 7872957.

HSL color Cylindrical-coordinate representation of color #BD2178: hue angle of 326.54º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2178 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 33 120 -
CMYK 0 0.83 0.37 0.26
HSL 326.54º 0.7% 0.44% -
HSV(B) 326.54º 0.83% 0.74% -
XYZ 24.92 13.26 19.02 -
YUV 89.56 145.18 198.93 -
System Red Green Blue C M Y K H S L
Decimal 189 33 120 0 0.83 0.37 0.26 326.54 0.7 0.44
Hex BD 21 78 0 53 25 1A 147 46 2C
Octal 275 41 170 0 123 45 32 507 106 54
Binary 10111101 100001 1111000 0 1010011 100101 11010 101000111 1000110 101100

Color Harmonies of #BD2178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2178

Black with #BD2178

Text Example


Text Example

White with #BD2178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2178; }

 p { color: rgb(189,33,120); }

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

background-color css

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

 a { background-color: rgb(189,33,120); }

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

border-color css

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

 span { border-color: rgb(189,33,120); }

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