Html Css Color HEX #BD0478 Medium Violet Red

📋 copy color: '#BD0478'

red 189 ◦ green 4 ◦ blue 120

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

Shades of Medium Violet Red #BD0478

Tints of Medium Violet Red #BD0478

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.28%

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

R = 60.38%
G = 1.28%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD0478 (or 0xBD0478) is known color: Medium Violet Red. HEX triplet: BD, 04 and 78. RGB value is (189,4,120). Sum of RGB (Red+Green+Blue) = 189+4+120=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0478 is #42FB87. Grayscale: #484848. Windows color (decimal): -4389768 or 7865533. OLE color: 7865533.

HSL color Cylindrical-coordinate representation of color #BD0478: hue angle of 322.38º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD0478 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 4 120 -
CMYK 0 0.98 0.37 0.26
HSL 322.38º 0.96% 0.38% -
HSV(B) 322.38º 0.98% 0.74% -
XYZ 24.42 12.26 18.85 -
YUV 72.54 154.79 211.07 -
System Red Green Blue C M Y K H S L
Decimal 189 4 120 0 0.98 0.37 0.26 322.38 0.96 0.38
Hex BD 4 78 0 62 25 1A 142 60 26
Octal 275 4 170 0 142 45 32 502 140 46
Binary 10111101 100 1111000 0 1100010 100101 11010 101000010 1100000 100110

Color Harmonies of #BD0478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0478

Black with #BD0478

Text Example


Text Example

White with #BD0478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0478; }

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

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

background-color css

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

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

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

border-color css

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

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

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