Html Css Color HEX #BD107F Medium Violet Red

📋 copy color: '#BD107F'

red 189 ◦ green 16 ◦ blue 127

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

Shades of Medium Violet Red #BD107F

Tints of Medium Violet Red #BD107F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.25%

R = 56.93%
G = 4.82%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD107F (or 0xBD107F) is known color: Medium Violet Red. HEX triplet: BD, 10 and 7F. RGB value is (189,16,127). Sum of RGB (Red+Green+Blue) = 189+16+127=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD107F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD107F is #42EF80. Grayscale: #505050. Windows color (decimal): -4386689 or 8327357. OLE color: 8327357.

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

Color convert

RGB 189 16 127 -
CMYK 0 0.92 0.33 0.26
HSL 321.5º 0.84% 0.4% -
HSV(B) 321.5º 0.92% 0.74% -
XYZ 25 12.72 21.22 -
YUV 80.38 154.31 205.47 -
System Red Green Blue C M Y K H S L
Decimal 189 16 127 0 0.92 0.33 0.26 321.5 0.84 0.4
Hex BD 10 7F 0 5C 21 1A 142 54 28
Octal 275 20 177 0 134 41 32 502 124 50
Binary 10111101 10000 1111111 0 1011100 100001 11010 101000010 1010100 101000

Color Harmonies of #BD107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD107F

Black with #BD107F

Text Example


Text Example

White with #BD107F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD107F; }

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

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

background-color css

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

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

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

border-color css

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

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

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