Html Css Color HEX #BD2294 Medium Violet Red

📋 copy color: '#BD2294'

red 189 ◦ green 34 ◦ blue 148

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

Shades of Medium Violet Red #BD2294

Tints of Medium Violet Red #BD2294

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.16%

 BLUE value IS 148 (58.2% from 255) = 39.89%

R = 50.94%
G = 9.16%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD2294 (or 0xBD2294) is known color: Medium Violet Red. HEX triplet: BD, 22 and 94. RGB value is (189,34,148). Sum of RGB (Red+Green+Blue) = 189+34+148=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2294 is #42DD6B. Grayscale: #5D5D5D. Windows color (decimal): -4382060 or 9708221. OLE color: 9708221.

HSL color Cylindrical-coordinate representation of color #BD2294: hue angle of 315.87º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD2294 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 34 148 -
CMYK 0 0.82 0.22 0.26
HSL 315.87º 0.7% 0.44% -
HSV(B) 315.87º 0.82% 0.74% -
XYZ 26.9 14.1 29.32 -
YUV 93.34 158.85 196.23 -
System Red Green Blue C M Y K H S L
Decimal 189 34 148 0 0.82 0.22 0.26 315.87 0.7 0.44
Hex BD 22 94 0 52 16 1A 13C 46 2C
Octal 275 42 224 0 122 26 32 474 106 54
Binary 10111101 100010 10010100 0 1010010 10110 11010 100111100 1000110 101100

Color Harmonies of #BD2294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2294

Black with #BD2294

Text Example


Text Example

White with #BD2294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2294; }

 p { color: rgb(189,34,148); }

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

background-color css

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

 a { background-color: rgb(189,34,148); }

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

border-color css

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

 span { border-color: rgb(189,34,148); }

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