Html Css Color HEX #BD2792 Medium Red Violet

📋 copy color: '#BD2792'

red 189 ◦ green 39 ◦ blue 146

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

Shades of Medium Red Violet #BD2792

Tints of Medium Red Violet #BD2792

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.43%

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

R = 50.53%
G = 10.43%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD2792 (or 0xBD2792) is known color: Medium Red Violet. HEX triplet: BD, 27 and 92. RGB value is (189,39,146). Sum of RGB (Red+Green+Blue) = 189+39+146=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 39 (15.62% from 255 or 10.43% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2792 is #42D86D. Grayscale: #5F5F5F. Windows color (decimal): -4380782 or 9578429. OLE color: 9578429.

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

Color convert

RGB 189 39 146 -
CMYK 0 0.79 0.23 0.26
HSL 317.2º 0.66% 0.45% -
HSV(B) 317.2º 0.79% 0.74% -
XYZ 26.9 14.35 28.55 -
YUV 96.05 156.2 194.3 -
System Red Green Blue C M Y K H S L
Decimal 189 39 146 0 0.79 0.23 0.26 317.2 0.66 0.45
Hex BD 27 92 0 4F 17 1A 13D 42 2D
Octal 275 47 222 0 117 27 32 475 102 55
Binary 10111101 100111 10010010 0 1001111 10111 11010 100111101 1000010 101101

Color Harmonies of #BD2792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2792

Black with #BD2792

Text Example


Text Example

White with #BD2792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2792; }

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

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

background-color css

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

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

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

border-color css

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

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

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