Html Css Color HEX #BD117B Medium Violet Red

📋 copy color: '#BD117B'

red 189 ◦ green 17 ◦ blue 123

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

Shades of Medium Violet Red #BD117B

Tints of Medium Violet Red #BD117B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.17%

 BLUE value IS 123 (48.44% from 255) = 37.39%

R = 57.45%
G = 5.17%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD117B (or 0xBD117B) is known color: Medium Violet Red. HEX triplet: BD, 11 and 7B. RGB value is (189,17,123). Sum of RGB (Red+Green+Blue) = 189+17+123=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD117B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD117B is #42EE84. Grayscale: #505050. Windows color (decimal): -4386437 or 8065469. OLE color: 8065469.

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

Color convert

RGB 189 17 123 -
CMYK 0 0.91 0.35 0.26
HSL 323.02º 0.83% 0.4% -
HSV(B) 323.02º 0.91% 0.74% -
XYZ 24.76 12.65 19.88 -
YUV 80.51 151.98 205.38 -
System Red Green Blue C M Y K H S L
Decimal 189 17 123 0 0.91 0.35 0.26 323.02 0.83 0.4
Hex BD 11 7B 0 5B 23 1A 143 53 28
Octal 275 21 173 0 133 43 32 503 123 50
Binary 10111101 10001 1111011 0 1011011 100011 11010 101000011 1010011 101000

Color Harmonies of #BD117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD117B

Black with #BD117B

Text Example


Text Example

White with #BD117B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD117B; }

 p { color: rgb(189,17,123); }

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

background-color css

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

 a { background-color: rgb(189,17,123); }

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

border-color css

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

 span { border-color: rgb(189,17,123); }

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