Html Css Color HEX #BD2478 Medium Red Violet

📋 copy color: '#BD2478'

red 189 ◦ green 36 ◦ blue 120

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

Shades of Medium Red Violet #BD2478

Tints of Medium Red Violet #BD2478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.78%

R = 54.78%
G = 10.43%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD2478 (or 0xBD2478) is known color: Medium Red Violet. HEX triplet: BD, 24 and 78. RGB value is (189,36,120). Sum of RGB (Red+Green+Blue) = 189+36+120=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2478 is #42DB87. Grayscale: #5B5B5B. Windows color (decimal): -4381576 or 7873725. OLE color: 7873725.

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

Color convert

RGB 189 36 120 -
CMYK 0 0.81 0.37 0.26
HSL 327.06º 0.68% 0.44% -
HSV(B) 327.06º 0.81% 0.74% -
XYZ 25.01 13.44 19.04 -
YUV 91.32 144.19 197.67 -
System Red Green Blue C M Y K H S L
Decimal 189 36 120 0 0.81 0.37 0.26 327.06 0.68 0.44
Hex BD 24 78 0 51 25 1A 147 44 2C
Octal 275 44 170 0 121 45 32 507 104 54
Binary 10111101 100100 1111000 0 1010001 100101 11010 101000111 1000100 101100

Color Harmonies of #BD2478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2478

Black with #BD2478

Text Example


Text Example

White with #BD2478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2478; }

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

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

background-color css

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

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

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

border-color css

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

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

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