Html Css Color HEX #BD138D Medium Violet Red

📋 copy color: '#BD138D'

red 189 ◦ green 19 ◦ blue 141

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

Shades of Medium Violet Red #BD138D

Tints of Medium Violet Red #BD138D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.4%

R = 54.15%
G = 5.44%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD138D (or 0xBD138D) is known color: Medium Violet Red. HEX triplet: BD, 13 and 8D. RGB value is (189,19,141). Sum of RGB (Red+Green+Blue) = 189+19+141=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD138D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD138D is #42EC72. Grayscale: #535353. Windows color (decimal): -4385907 or 9245629. OLE color: 9245629.

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

Color convert

RGB 189 19 141 -
CMYK 0 0.90 0.25 0.26
HSL 316.94º 0.82% 0.41% -
HSV(B) 316.94º 0.9% 0.74% -
XYZ 26.03 13.21 26.38 -
YUV 83.74 160.32 203.08 -
System Red Green Blue C M Y K H S L
Decimal 189 19 141 0 0.90 0.25 0.26 316.94 0.82 0.41
Hex BD 13 8D 0 5A 19 1A 13D 52 29
Octal 275 23 215 0 132 31 32 475 122 51
Binary 10111101 10011 10001101 0 1011010 11001 11010 100111101 1010010 101001

Color Harmonies of #BD138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD138D

Black with #BD138D

Text Example


Text Example

White with #BD138D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD138D; }

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

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

background-color css

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

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

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

border-color css

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

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

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