Html Css Color HEX #BD178F Medium Violet Red

📋 copy color: '#BD178F'

red 189 ◦ green 23 ◦ blue 143

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

Shades of Medium Violet Red #BD178F

Tints of Medium Violet Red #BD178F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.48%

 BLUE value IS 143 (56.25% from 255) = 40.28%

R = 53.24%
G = 6.48%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD178F (or 0xBD178F) is known color: Medium Violet Red. HEX triplet: BD, 17 and 8F. RGB value is (189,23,143). Sum of RGB (Red+Green+Blue) = 189+23+143=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD178F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD178F is #42E870. Grayscale: #565656. Windows color (decimal): -4384881 or 9377725. OLE color: 9377725.

HSL color Cylindrical-coordinate representation of color #BD178F: hue angle of 316.63º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD178F is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 23 143 -
CMYK 0 0.88 0.24 0.26
HSL 316.63º 0.78% 0.42% -
HSV(B) 316.63º 0.88% 0.74% -
XYZ 26.25 13.41 27.19 -
YUV 86.31 160 201.24 -
System Red Green Blue C M Y K H S L
Decimal 189 23 143 0 0.88 0.24 0.26 316.63 0.78 0.42
Hex BD 17 8F 0 58 18 1A 13D 4E 2A
Octal 275 27 217 0 130 30 32 475 116 52
Binary 10111101 10111 10001111 0 1011000 11000 11010 100111101 1001110 101010

Color Harmonies of #BD178F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD178F

Black with #BD178F

Text Example


Text Example

White with #BD178F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD178F; }

 p { color: rgb(189,23,143); }

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

background-color css

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

 a { background-color: rgb(189,23,143); }

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

border-color css

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

 span { border-color: rgb(189,23,143); }

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