Html Css Color HEX #BD1073 Medium Violet Red

📋 copy color: '#BD1073'

red 189 ◦ green 16 ◦ blue 115

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

Shades of Medium Violet Red #BD1073

Tints of Medium Violet Red #BD1073

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5%

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

R = 59.06%
G = 5%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD1073 (or 0xBD1073) is known color: Medium Violet Red. HEX triplet: BD, 10 and 73. RGB value is (189,16,115). Sum of RGB (Red+Green+Blue) = 189+16+115=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1073 is #42EF8C. Grayscale: #4E4E4E. Windows color (decimal): -4386701 or 7540925. OLE color: 7540925.

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

Color convert

RGB 189 16 115 -
CMYK 0 0.92 0.39 0.26
HSL 325.66º 0.84% 0.4% -
HSV(B) 325.66º 0.92% 0.74% -
XYZ 24.27 12.43 17.34 -
YUV 79.01 148.31 206.45 -
System Red Green Blue C M Y K H S L
Decimal 189 16 115 0 0.92 0.39 0.26 325.66 0.84 0.4
Hex BD 10 73 0 5C 27 1A 146 54 28
Octal 275 20 163 0 134 47 32 506 124 50
Binary 10111101 10000 1110011 0 1011100 100111 11010 101000110 1010100 101000

Color Harmonies of #BD1073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1073

Black with #BD1073

Text Example


Text Example

White with #BD1073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1073; }

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

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

background-color css

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

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

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

border-color css

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

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

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