Html Css Color HEX #BD2475 Medium Red Violet

📋 copy color: '#BD2475'

red 189 ◦ green 36 ◦ blue 117

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

Shades of Medium Red Violet #BD2475

Tints of Medium Red Violet #BD2475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.21%

R = 55.26%
G = 10.53%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD2475 (or 0xBD2475) is known color: Medium Red Violet. HEX triplet: BD, 24 and 75. RGB value is (189,36,117). Sum of RGB (Red+Green+Blue) = 189+36+117=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2475 is #42DB8A. Grayscale: #5A5A5A. Windows color (decimal): -4381579 or 7677117. OLE color: 7677117.

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

Color convert

RGB 189 36 117 -
CMYK 0 0.81 0.38 0.26
HSL 328.24º 0.68% 0.44% -
HSV(B) 328.24º 0.81% 0.74% -
XYZ 24.83 13.36 18.1 -
YUV 90.98 142.69 197.91 -
System Red Green Blue C M Y K H S L
Decimal 189 36 117 0 0.81 0.38 0.26 328.24 0.68 0.44
Hex BD 24 75 0 51 26 1A 148 44 2C
Octal 275 44 165 0 121 46 32 510 104 54
Binary 10111101 100100 1110101 0 1010001 100110 11010 101001000 1000100 101100

Color Harmonies of #BD2475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2475

Black with #BD2475

Text Example


Text Example

White with #BD2475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2475; }

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

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

background-color css

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

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

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

border-color css

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

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

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