Html Css Color HEX #BD2283 Medium Violet Red

📋 copy color: '#BD2283'

red 189 ◦ green 34 ◦ blue 131

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

Shades of Medium Violet Red #BD2283

Tints of Medium Violet Red #BD2283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.01%

R = 53.39%
G = 9.6%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD2283 (or 0xBD2283) is known color: Medium Violet Red. HEX triplet: BD, 22 and 83. RGB value is (189,34,131). Sum of RGB (Red+Green+Blue) = 189+34+131=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2283 is #42DD7C. Grayscale: #5B5B5B. Windows color (decimal): -4382077 or 8594109. OLE color: 8594109.

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

Color convert

RGB 189 34 131 -
CMYK 0 0.82 0.31 0.26
HSL 322.45º 0.7% 0.44% -
HSV(B) 322.45º 0.82% 0.74% -
XYZ 25.66 13.6 22.75 -
YUV 91.4 150.35 197.61 -
System Red Green Blue C M Y K H S L
Decimal 189 34 131 0 0.82 0.31 0.26 322.45 0.7 0.44
Hex BD 22 83 0 52 1F 1A 142 46 2C
Octal 275 42 203 0 122 37 32 502 106 54
Binary 10111101 100010 10000011 0 1010010 11111 11010 101000010 1000110 101100

Color Harmonies of #BD2283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2283

Black with #BD2283

Text Example


Text Example

White with #BD2283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2283; }

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

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

background-color css

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

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

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

border-color css

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

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

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