Html Css Color HEX #BD0572 Medium Violet Red

📋 copy color: '#BD0572'

red 189 ◦ green 5 ◦ blue 114

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

Shades of Medium Violet Red #BD0572

Tints of Medium Violet Red #BD0572

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.62%

 BLUE value IS 114 (44.92% from 255) = 37.01%

R = 61.36%
G = 1.62%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD0572 (or 0xBD0572) is known color: Medium Violet Red. HEX triplet: BD, 05 and 72. RGB value is (189,5,114). Sum of RGB (Red+Green+Blue) = 189+5+114=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0572 is #42FA8D. Grayscale: #484848. Windows color (decimal): -4389518 or 7472573. OLE color: 7472573.

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

Color convert

RGB 189 5 114 -
CMYK 0 0.97 0.40 0.26
HSL 324.46º 0.95% 0.38% -
HSV(B) 324.46º 0.97% 0.74% -
XYZ 24.08 12.14 16.99 -
YUV 72.44 151.46 211.14 -
System Red Green Blue C M Y K H S L
Decimal 189 5 114 0 0.97 0.40 0.26 324.46 0.95 0.38
Hex BD 5 72 0 61 28 1A 144 5F 26
Octal 275 5 162 0 141 50 32 504 137 46
Binary 10111101 101 1110010 0 1100001 101000 11010 101000100 1011111 100110

Color Harmonies of #BD0572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0572

Black with #BD0572

Text Example


Text Example

White with #BD0572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0572; }

 p { color: rgb(189,5,114); }

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

background-color css

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

 a { background-color: rgb(189,5,114); }

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

border-color css

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

 span { border-color: rgb(189,5,114); }

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