Html Css Color HEX #BD1292 Medium Violet Red

📋 copy color: '#BD1292'

red 189 ◦ green 18 ◦ blue 146

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

Shades of Medium Violet Red #BD1292

Tints of Medium Violet Red #BD1292

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.1%

 BLUE value IS 146 (57.42% from 255) = 41.36%

R = 53.54%
G = 5.1%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD1292 (or 0xBD1292) is known color: Medium Violet Red. HEX triplet: BD, 12 and 92. RGB value is (189,18,146). Sum of RGB (Red+Green+Blue) = 189+18+146=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1292 is #42ED6D. Grayscale: #535353. Windows color (decimal): -4386158 or 9573053. OLE color: 9573053.

HSL color Cylindrical-coordinate representation of color #BD1292: hue angle of 315.09º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1292 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 18 146 -
CMYK 0 0.90 0.23 0.26
HSL 315.09º 0.83% 0.41% -
HSV(B) 315.09º 0.9% 0.74% -
XYZ 26.39 13.33 28.38 -
YUV 83.72 163.15 203.09 -
System Red Green Blue C M Y K H S L
Decimal 189 18 146 0 0.90 0.23 0.26 315.09 0.83 0.41
Hex BD 12 92 0 5A 17 1A 13B 53 29
Octal 275 22 222 0 132 27 32 473 123 51
Binary 10111101 10010 10010010 0 1011010 10111 11010 100111011 1010011 101001

Color Harmonies of #BD1292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1292

Black with #BD1292

Text Example


Text Example

White with #BD1292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1292; }

 p { color: rgb(189,18,146); }

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

background-color css

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

 a { background-color: rgb(189,18,146); }

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

border-color css

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

 span { border-color: rgb(189,18,146); }

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