Html Css Color HEX #BD0C74 Medium Violet Red

📋 copy color: '#BD0C74'

red 189 ◦ green 12 ◦ blue 116

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

Shades of Medium Violet Red #BD0C74

Tints of Medium Violet Red #BD0C74

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.79%

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

R = 59.62%
G = 3.79%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD0C74 (or 0xBD0C74) is known color: Medium Violet Red. HEX triplet: BD, 0C and 74. RGB value is (189,12,116). Sum of RGB (Red+Green+Blue) = 189+12+116=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0C74 is #42F38B. Grayscale: #4C4C4C. Windows color (decimal): -4387724 or 7605437. OLE color: 7605437.

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

Color convert

RGB 189 12 116 -
CMYK 0 0.94 0.39 0.26
HSL 324.75º 0.88% 0.39% -
HSV(B) 324.75º 0.94% 0.74% -
XYZ 24.27 12.34 17.63 -
YUV 76.78 150.14 208.04 -
System Red Green Blue C M Y K H S L
Decimal 189 12 116 0 0.94 0.39 0.26 324.75 0.88 0.39
Hex BD C 74 0 5E 27 1A 145 58 27
Octal 275 14 164 0 136 47 32 505 130 47
Binary 10111101 1100 1110100 0 1011110 100111 11010 101000101 1011000 100111

Color Harmonies of #BD0C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0C74

Black with #BD0C74

Text Example


Text Example

White with #BD0C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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