Html Css Color HEX #BD1C6E Medium Violet Red

📋 copy color: '#BD1C6E'

red 189 ◦ green 28 ◦ blue 110

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

Shades of Medium Violet Red #BD1C6E

Tints of Medium Violet Red #BD1C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.64%

R = 57.8%
G = 8.56%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD1C6E (or 0xBD1C6E) is known color: Medium Violet Red. HEX triplet: BD, 1C and 6E. RGB value is (189,28,110). Sum of RGB (Red+Green+Blue) = 189+28+110=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1C6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1C6E is #42E391. Grayscale: #555555. Windows color (decimal): -4383634 or 7216317. OLE color: 7216317.

HSL color Cylindrical-coordinate representation of color #BD1C6E: hue angle of 329.44º 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 #BD1C6E is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 28 110 -
CMYK 0 0.85 0.42 0.26
HSL 329.44º 0.74% 0.43% -
HSV(B) 329.44º 0.85% 0.74% -
XYZ 24.22 12.78 15.94 -
YUV 85.49 141.84 201.83 -
System Red Green Blue C M Y K H S L
Decimal 189 28 110 0 0.85 0.42 0.26 329.44 0.74 0.43
Hex BD 1C 6E 0 55 2A 1A 149 4A 2B
Octal 275 34 156 0 125 52 32 511 112 53
Binary 10111101 11100 1101110 0 1010101 101010 11010 101001001 1001010 101011

Color Harmonies of #BD1C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1C6E

Black with #BD1C6E

Text Example


Text Example

White with #BD1C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1C6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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