Html Css Color HEX #BD1C85 Medium Violet Red

📋 copy color: '#BD1C85'

red 189 ◦ green 28 ◦ blue 133

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

Shades of Medium Violet Red #BD1C85

Tints of Medium Violet Red #BD1C85

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8%

 BLUE value IS 133 (52.34% from 255) = 38%

R = 54%
G = 8%
B = 38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BD1C85 (or 0xBD1C85) is known color: Medium Violet Red. HEX triplet: BD, 1C and 85. RGB value is (189,28,133). Sum of RGB (Red+Green+Blue) = 189+28+133=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1C85 is #42E37A. Grayscale: #575757. Windows color (decimal): -4383611 or 8723645. OLE color: 8723645.

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

Color convert

RGB 189 28 133 -
CMYK 0 0.85 0.30 0.26
HSL 320.87º 0.74% 0.43% -
HSV(B) 320.87º 0.85% 0.74% -
XYZ 25.64 13.34 23.41 -
YUV 88.11 153.34 199.96 -
System Red Green Blue C M Y K H S L
Decimal 189 28 133 0 0.85 0.30 0.26 320.87 0.74 0.43
Hex BD 1C 85 0 55 1E 1A 141 4A 2B
Octal 275 34 205 0 125 36 32 501 112 53
Binary 10111101 11100 10000101 0 1010101 11110 11010 101000001 1001010 101011

Color Harmonies of #BD1C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1C85

Black with #BD1C85

Text Example


Text Example

White with #BD1C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1C85; }

 p { color: rgb(189,28,133); }

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

background-color css

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

 a { background-color: rgb(189,28,133); }

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

border-color css

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

 span { border-color: rgb(189,28,133); }

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