Html Css Color HEX #BD0070 Medium Violet Red

📋 copy color: '#BD0070'

red 189 ◦ green 0 ◦ blue 112

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

Shades of Medium Violet Red #BD0070

Tints of Medium Violet Red #BD0070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 112 (44.14% from 255) = 37.21%

R = 62.79%
G = 0%
B = 37.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD0070 (or 0xBD0070) is known color: Medium Violet Red. HEX triplet: BD, 00 and 70. RGB value is (189,0,112). Sum of RGB (Red+Green+Blue) = 189+0+112=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0070 is #42FF8F. Grayscale: #454545. Windows color (decimal): -4390800 or 7340221. OLE color: 7340221.

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

Color convert

RGB 189 0 112 -
CMYK 0 1 0.41 0.26
HSL 324.44º 1% 0.37% -
HSV(B) 324.44º 1% 0.74% -
XYZ 23.91 11.99 16.38 -
YUV 69.28 152.12 213.39 -
System Red Green Blue C M Y K H S L
Decimal 189 0 112 0 1 0.41 0.26 324.44 1 0.37
Hex BD 0 70 0 64 29 1A 144 64 25
Octal 275 0 160 0 144 51 32 504 144 45
Binary 10111101 0 1110000 0 1100100 101001 11010 101000100 1100100 100101

Color Harmonies of #BD0070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0070

Black with #BD0070

Text Example


Text Example

White with #BD0070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0070; }

 p { color: rgb(189,0,112); }

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

background-color css

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

 a { background-color: rgb(189,0,112); }

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

border-color css

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

 span { border-color: rgb(189,0,112); }

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