Html Css Color HEX #BD139B Medium Violet Red

📋 copy color: '#BD139B'

red 189 ◦ green 19 ◦ blue 155

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

Shades of Medium Violet Red #BD139B

Tints of Medium Violet Red #BD139B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.23%

 BLUE value IS 155 (60.94% from 255) = 42.7%

R = 52.07%
G = 5.23%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD139B (or 0xBD139B) is known color: Medium Violet Red. HEX triplet: BD, 13 and 9B. RGB value is (189,19,155). Sum of RGB (Red+Green+Blue) = 189+19+155=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD139B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD139B is #42EC64. Grayscale: #545454. Windows color (decimal): -4385893 or 10163133. OLE color: 10163133.

HSL color Cylindrical-coordinate representation of color #BD139B: hue angle of 312º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD139B is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 19 155 -
CMYK 0 0.90 0.18 0.26
HSL 312º 0.82% 0.41% -
HSV(B) 312º 0.9% 0.74% -
XYZ 27.14 13.65 32.22 -
YUV 85.33 167.32 201.94 -
System Red Green Blue C M Y K H S L
Decimal 189 19 155 0 0.90 0.18 0.26 312 0.82 0.41
Hex BD 13 9B 0 5A 12 1A 138 52 29
Octal 275 23 233 0 132 22 32 470 122 51
Binary 10111101 10011 10011011 0 1011010 10010 11010 100111000 1010010 101001

Color Harmonies of #BD139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD139B

Black with #BD139B

Text Example


Text Example

White with #BD139B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD139B; }

 p { color: rgb(189,19,155); }

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

background-color css

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

 a { background-color: rgb(189,19,155); }

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

border-color css

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

 span { border-color: rgb(189,19,155); }

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