Html Css Color HEX #BD107C Medium Violet Red

📋 copy color: '#BD107C'

red 189 ◦ green 16 ◦ blue 124

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

Shades of Medium Violet Red #BD107C

Tints of Medium Violet Red #BD107C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.86%

 BLUE value IS 124 (48.83% from 255) = 37.69%

R = 57.45%
G = 4.86%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD107C (or 0xBD107C) is known color: Medium Violet Red. HEX triplet: BD, 10 and 7C. RGB value is (189,16,124). Sum of RGB (Red+Green+Blue) = 189+16+124=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD107C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD107C is #42EF83. Grayscale: #4F4F4F. Windows color (decimal): -4386692 or 8130749. OLE color: 8130749.

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

Color convert

RGB 189 16 124 -
CMYK 0 0.92 0.34 0.26
HSL 322.54º 0.84% 0.4% -
HSV(B) 322.54º 0.92% 0.74% -
XYZ 24.81 12.64 20.2 -
YUV 80.04 152.81 205.72 -
System Red Green Blue C M Y K H S L
Decimal 189 16 124 0 0.92 0.34 0.26 322.54 0.84 0.4
Hex BD 10 7C 0 5C 22 1A 143 54 28
Octal 275 20 174 0 134 42 32 503 124 50
Binary 10111101 10000 1111100 0 1011100 100010 11010 101000011 1010100 101000

Color Harmonies of #BD107C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD107C

Black with #BD107C

Text Example


Text Example

White with #BD107C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD107C; }

 p { color: rgb(189,16,124); }

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

background-color css

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

 a { background-color: rgb(189,16,124); }

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

border-color css

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

 span { border-color: rgb(189,16,124); }

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