Html Css Color HEX #BD2892 Medium Red Violet

📋 copy color: '#BD2892'

red 189 ◦ green 40 ◦ blue 146

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

Shades of Medium Red Violet #BD2892

Tints of Medium Red Violet #BD2892

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.67%

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

R = 50.4%
G = 10.67%
B = 38.93%

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

#BD2892 (or 0xBD2892) is known color: Medium Red Violet. HEX triplet: BD, 28 and 92. RGB value is (189,40,146). Sum of RGB (Red+Green+Blue) = 189+40+146=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2892 is #42D76D. Grayscale: #606060. Windows color (decimal): -4380526 or 9578685. OLE color: 9578685.

HSL color Cylindrical-coordinate representation of color #BD2892: hue angle of 317.32º degrees, saturation: 0.65, 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 #BD2892 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 40 146 -
CMYK 0 0.79 0.23 0.26
HSL 317.32º 0.65% 0.45% -
HSV(B) 317.32º 0.79% 0.74% -
XYZ 26.93 14.41 28.56 -
YUV 96.64 155.86 193.88 -
System Red Green Blue C M Y K H S L
Decimal 189 40 146 0 0.79 0.23 0.26 317.32 0.65 0.45
Hex BD 28 92 0 4F 17 1A 13D 41 2D
Octal 275 50 222 0 117 27 32 475 101 55
Binary 10111101 101000 10010010 0 1001111 10111 11010 100111101 1000001 101101

Color Harmonies of #BD2892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2892

Black with #BD2892

Text Example


Text Example

White with #BD2892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2892; }

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

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

background-color css

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

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

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

border-color css

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

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

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