Html Css Color HEX #BD0670 Medium Violet Red

📋 copy color: '#BD0670'

red 189 ◦ green 6 ◦ blue 112

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

Shades of Medium Violet Red #BD0670

Tints of Medium Violet Red #BD0670

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.95%

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

R = 61.56%
G = 1.95%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD0670 (or 0xBD0670) is known color: Medium Violet Red. HEX triplet: BD, 06 and 70. RGB value is (189,6,112). Sum of RGB (Red+Green+Blue) = 189+6+112=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0670 is #42F98F. Grayscale: #484848. Windows color (decimal): -4389264 or 7341757. OLE color: 7341757.

HSL color Cylindrical-coordinate representation of color #BD0670: hue angle of 325.25º degrees, saturation: 0.94, 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 #BD0670 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 6 112 -
CMYK 0 0.97 0.41 0.26
HSL 325.25º 0.94% 0.38% -
HSV(B) 325.25º 0.97% 0.74% -
XYZ 23.98 12.12 16.4 -
YUV 72.8 150.13 210.88 -
System Red Green Blue C M Y K H S L
Decimal 189 6 112 0 0.97 0.41 0.26 325.25 0.94 0.38
Hex BD 6 70 0 61 29 1A 145 5E 26
Octal 275 6 160 0 141 51 32 505 136 46
Binary 10111101 110 1110000 0 1100001 101001 11010 101000101 1011110 100110

Color Harmonies of #BD0670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0670

Black with #BD0670

Text Example


Text Example

White with #BD0670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0670; }

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

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

background-color css

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

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

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

border-color css

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

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

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