Html Css Color HEX #BD1194 Medium Violet Red

📋 copy color: '#BD1194'

red 189 ◦ green 17 ◦ blue 148

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

Shades of Medium Violet Red #BD1194

Tints of Medium Violet Red #BD1194

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.8%

 BLUE value IS 148 (58.2% from 255) = 41.81%

R = 53.39%
G = 4.8%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD1194 (or 0xBD1194) is known color: Medium Violet Red. HEX triplet: BD, 11 and 94. RGB value is (189,17,148). Sum of RGB (Red+Green+Blue) = 189+17+148=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1194 is #42EE6B. Grayscale: #535353. Windows color (decimal): -4386412 or 9703869. OLE color: 9703869.

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

Color convert

RGB 189 17 148 -
CMYK 0 0.91 0.22 0.26
HSL 314.3º 0.83% 0.4% -
HSV(B) 314.3º 0.91% 0.74% -
XYZ 26.53 13.36 29.2 -
YUV 83.36 164.48 203.35 -
System Red Green Blue C M Y K H S L
Decimal 189 17 148 0 0.91 0.22 0.26 314.3 0.83 0.4
Hex BD 11 94 0 5B 16 1A 13A 53 28
Octal 275 21 224 0 133 26 32 472 123 50
Binary 10111101 10001 10010100 0 1011011 10110 11010 100111010 1010011 101000

Color Harmonies of #BD1194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1194

Black with #BD1194

Text Example


Text Example

White with #BD1194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1194; }

 p { color: rgb(189,17,148); }

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

background-color css

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

 a { background-color: rgb(189,17,148); }

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

border-color css

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

 span { border-color: rgb(189,17,148); }

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