Html Css Color HEX #BD2483 Medium Red Violet

📋 copy color: '#BD2483'

red 189 ◦ green 36 ◦ blue 131

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

Shades of Medium Red Violet #BD2483

Tints of Medium Red Violet #BD2483

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.11%

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

R = 53.09%
G = 10.11%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD2483 (or 0xBD2483) is known color: Medium Red Violet. HEX triplet: BD, 24 and 83. RGB value is (189,36,131). Sum of RGB (Red+Green+Blue) = 189+36+131=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2483 is #42DB7C. Grayscale: #5C5C5C. Windows color (decimal): -4381565 or 8594621. OLE color: 8594621.

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

Color convert

RGB 189 36 131 -
CMYK 0 0.81 0.31 0.26
HSL 322.75º 0.68% 0.44% -
HSV(B) 322.75º 0.81% 0.74% -
XYZ 25.71 13.72 22.77 -
YUV 92.58 149.69 196.78 -
System Red Green Blue C M Y K H S L
Decimal 189 36 131 0 0.81 0.31 0.26 322.75 0.68 0.44
Hex BD 24 83 0 51 1F 1A 143 44 2C
Octal 275 44 203 0 121 37 32 503 104 54
Binary 10111101 100100 10000011 0 1010001 11111 11010 101000011 1000100 101100

Color Harmonies of #BD2483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2483

Black with #BD2483

Text Example


Text Example

White with #BD2483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2483; }

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

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

background-color css

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

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

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

border-color css

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

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

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