Html Css Color HEX #BD2277 Medium Red Violet

📋 copy color: '#BD2277'

red 189 ◦ green 34 ◦ blue 119

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

Shades of Medium Red Violet #BD2277

Tints of Medium Red Violet #BD2277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.8%

R = 55.26%
G = 9.94%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD2277 (or 0xBD2277) is known color: Medium Red Violet. HEX triplet: BD, 22 and 77. RGB value is (189,34,119). Sum of RGB (Red+Green+Blue) = 189+34+119=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2277 is #42DD88. Grayscale: #595959. Windows color (decimal): -4382089 or 7807677. OLE color: 7807677.

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

Color convert

RGB 189 34 119 -
CMYK 0 0.82 0.37 0.26
HSL 327.1º 0.7% 0.44% -
HSV(B) 327.1º 0.82% 0.74% -
XYZ 24.89 13.29 18.71 -
YUV 90.04 144.35 198.59 -
System Red Green Blue C M Y K H S L
Decimal 189 34 119 0 0.82 0.37 0.26 327.1 0.7 0.44
Hex BD 22 77 0 52 25 1A 147 46 2C
Octal 275 42 167 0 122 45 32 507 106 54
Binary 10111101 100010 1110111 0 1010010 100101 11010 101000111 1000110 101100

Color Harmonies of #BD2277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2277

Black with #BD2277

Text Example


Text Example

White with #BD2277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2277; }

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

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

background-color css

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

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

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

border-color css

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

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

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