Html Css Color HEX #BD0774 Medium Violet Red

📋 copy color: '#BD0774'

red 189 ◦ green 7 ◦ blue 116

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

Shades of Medium Violet Red #BD0774

Tints of Medium Violet Red #BD0774

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.24%

 BLUE value IS 116 (45.7% from 255) = 37.18%

R = 60.58%
G = 2.24%
B = 37.18%

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

#BD0774 (or 0xBD0774) is known color: Medium Violet Red. HEX triplet: BD, 07 and 74. RGB value is (189,7,116). Sum of RGB (Red+Green+Blue) = 189+7+116=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0774 is #42F88B. Grayscale: #494949. Windows color (decimal): -4389004 or 7604157. OLE color: 7604157.

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

Color convert

RGB 189 7 116 -
CMYK 0 0.96 0.39 0.26
HSL 324.07º 0.93% 0.38% -
HSV(B) 324.07º 0.96% 0.74% -
XYZ 24.21 12.23 17.61 -
YUV 73.84 151.8 210.14 -
System Red Green Blue C M Y K H S L
Decimal 189 7 116 0 0.96 0.39 0.26 324.07 0.93 0.38
Hex BD 7 74 0 60 27 1A 144 5D 26
Octal 275 7 164 0 140 47 32 504 135 46
Binary 10111101 111 1110100 0 1100000 100111 11010 101000100 1011101 100110

Color Harmonies of #BD0774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0774

Black with #BD0774

Text Example


Text Example

White with #BD0774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0774; }

 p { color: rgb(189,7,116); }

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

background-color css

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

 a { background-color: rgb(189,7,116); }

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

border-color css

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

 span { border-color: rgb(189,7,116); }

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