Html Css Color HEX #BD178A Medium Violet Red

📋 copy color: '#BD178A'

red 189 ◦ green 23 ◦ blue 138

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

Shades of Medium Violet Red #BD178A

Tints of Medium Violet Red #BD178A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.43%

R = 54%
G = 6.57%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD178A (or 0xBD178A) is known color: Medium Violet Red. HEX triplet: BD, 17 and 8A. RGB value is (189,23,138). Sum of RGB (Red+Green+Blue) = 189+23+138=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD178A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD178A is #42E875. Grayscale: #555555. Windows color (decimal): -4384886 or 9050045. OLE color: 9050045.

HSL color Cylindrical-coordinate representation of color #BD178A: hue angle of 318.43º 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 #BD178A is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 23 138 -
CMYK 0 0.88 0.27 0.26
HSL 318.43º 0.78% 0.42% -
HSV(B) 318.43º 0.88% 0.74% -
XYZ 25.88 13.27 25.24 -
YUV 85.74 157.5 201.65 -
System Red Green Blue C M Y K H S L
Decimal 189 23 138 0 0.88 0.27 0.26 318.43 0.78 0.42
Hex BD 17 8A 0 58 1B 1A 13E 4E 2A
Octal 275 27 212 0 130 33 32 476 116 52
Binary 10111101 10111 10001010 0 1011000 11011 11010 100111110 1001110 101010

Color Harmonies of #BD178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD178A

Black with #BD178A

Text Example


Text Example

White with #BD178A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD178A; }

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

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

background-color css

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

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

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

border-color css

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

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

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