Html Css Color HEX #BD0873 Medium Violet Red

📋 copy color: '#BD0873'

red 189 ◦ green 8 ◦ blue 115

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

Shades of Medium Violet Red #BD0873

Tints of Medium Violet Red #BD0873

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.56%

 BLUE value IS 115 (45.31% from 255) = 36.86%

R = 60.58%
G = 2.56%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD0873 (or 0xBD0873) is known color: Medium Violet Red. HEX triplet: BD, 08 and 73. RGB value is (189,8,115). Sum of RGB (Red+Green+Blue) = 189+8+115=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0873 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0873 is #42F78C. Grayscale: #4A4A4A. Windows color (decimal): -4388749 or 7538877. OLE color: 7538877.

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

Color convert

RGB 189 8 115 -
CMYK 0 0.96 0.39 0.26
HSL 324.53º 0.92% 0.39% -
HSV(B) 324.53º 0.96% 0.74% -
XYZ 24.17 12.23 17.31 -
YUV 74.32 150.97 209.8 -
System Red Green Blue C M Y K H S L
Decimal 189 8 115 0 0.96 0.39 0.26 324.53 0.92 0.39
Hex BD 8 73 0 60 27 1A 145 5C 27
Octal 275 10 163 0 140 47 32 505 134 47
Binary 10111101 1000 1110011 0 1100000 100111 11010 101000101 1011100 100111

Color Harmonies of #BD0873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0873

Black with #BD0873

Text Example


Text Example

White with #BD0873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0873; }

 p { color: rgb(189,8,115); }

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

background-color css

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

 a { background-color: rgb(189,8,115); }

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

border-color css

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

 span { border-color: rgb(189,8,115); }

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