Html Css Color HEX #BD0671 Medium Violet Red

📋 copy color: '#BD0671'

red 189 ◦ green 6 ◦ blue 113

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

Shades of Medium Violet Red #BD0671

Tints of Medium Violet Red #BD0671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.69%

R = 61.36%
G = 1.95%
B = 36.69%

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

#BD0671 (or 0xBD0671) is known color: Medium Violet Red. HEX triplet: BD, 06 and 71. RGB value is (189,6,113). Sum of RGB (Red+Green+Blue) = 189+6+113=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0671 is #42F98E. Grayscale: #484848. Windows color (decimal): -4389263 or 7407293. OLE color: 7407293.

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

Color convert

RGB 189 6 113 -
CMYK 0 0.97 0.40 0.26
HSL 324.92º 0.94% 0.38% -
HSV(B) 324.92º 0.97% 0.74% -
XYZ 24.03 12.14 16.7 -
YUV 72.92 150.63 210.8 -
System Red Green Blue C M Y K H S L
Decimal 189 6 113 0 0.97 0.40 0.26 324.92 0.94 0.38
Hex BD 6 71 0 61 28 1A 145 5E 26
Octal 275 6 161 0 141 50 32 505 136 46
Binary 10111101 110 1110001 0 1100001 101000 11010 101000101 1011110 100110

Color Harmonies of #BD0671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0671

Black with #BD0671

Text Example


Text Example

White with #BD0671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0671; }

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

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

background-color css

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

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

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

border-color css

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

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

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