Html Css Color HEX #BD2382 Medium Red Violet

📋 copy color: '#BD2382'

red 189 ◦ green 35 ◦ blue 130

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

Shades of Medium Red Violet #BD2382

Tints of Medium Red Violet #BD2382

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.89%

 BLUE value IS 130 (51.17% from 255) = 36.72%

R = 53.39%
G = 9.89%
B = 36.72%

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

#BD2382 (or 0xBD2382) is known color: Medium Red Violet. HEX triplet: BD, 23 and 82. RGB value is (189,35,130). Sum of RGB (Red+Green+Blue) = 189+35+130=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2382 is #42DC7D. Grayscale: #5B5B5B. Windows color (decimal): -4381822 or 8528829. OLE color: 8528829.

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

Color convert

RGB 189 35 130 -
CMYK 0 0.81 0.31 0.26
HSL 322.99º 0.69% 0.44% -
HSV(B) 322.99º 0.81% 0.74% -
XYZ 25.62 13.63 22.4 -
YUV 91.88 149.52 197.28 -
System Red Green Blue C M Y K H S L
Decimal 189 35 130 0 0.81 0.31 0.26 322.99 0.69 0.44
Hex BD 23 82 0 51 1F 1A 143 45 2C
Octal 275 43 202 0 121 37 32 503 105 54
Binary 10111101 100011 10000010 0 1010001 11111 11010 101000011 1000101 101100

Color Harmonies of #BD2382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2382

Black with #BD2382

Text Example


Text Example

White with #BD2382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2382; }

 p { color: rgb(189,35,130); }

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

background-color css

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

 a { background-color: rgb(189,35,130); }

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

border-color css

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

 span { border-color: rgb(189,35,130); }

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