Html Css Color HEX #BD2C92 Medium Red Violet

📋 copy color: '#BD2C92'

red 189 ◦ green 44 ◦ blue 146

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

Shades of Medium Red Violet #BD2C92

Tints of Medium Red Violet #BD2C92

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.61%

 BLUE value IS 146 (57.42% from 255) = 38.52%

R = 49.87%
G = 11.61%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD2C92 (or 0xBD2C92) is known color: Medium Red Violet. HEX triplet: BD, 2C and 92. RGB value is (189,44,146). Sum of RGB (Red+Green+Blue) = 189+44+146=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2C92 is #42D36D. Grayscale: #626262. Windows color (decimal): -4379502 or 9579709. OLE color: 9579709.

HSL color Cylindrical-coordinate representation of color #BD2C92: hue angle of 317.79º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD2C92 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 44 146 -
CMYK 0 0.77 0.23 0.26
HSL 317.79º 0.62% 0.46% -
HSV(B) 317.79º 0.77% 0.74% -
XYZ 27.08 14.7 28.6 -
YUV 98.98 154.54 192.21 -
System Red Green Blue C M Y K H S L
Decimal 189 44 146 0 0.77 0.23 0.26 317.79 0.62 0.46
Hex BD 2C 92 0 4D 17 1A 13E 3E 2E
Octal 275 54 222 0 115 27 32 476 76 56
Binary 10111101 101100 10010010 0 1001101 10111 11010 100111110 111110 101110

Color Harmonies of #BD2C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2C92

Black with #BD2C92

Text Example


Text Example

White with #BD2C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2C92; }

 p { color: rgb(189,44,146); }

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

background-color css

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

 a { background-color: rgb(189,44,146); }

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

border-color css

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

 span { border-color: rgb(189,44,146); }

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