Html Css Color HEX #BD038D Medium Violet Red

📋 copy color: '#BD038D'

red 189 ◦ green 3 ◦ blue 141

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

Shades of Medium Violet Red #BD038D

Tints of Medium Violet Red #BD038D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

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

R = 56.76%
G = 0.9%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD038D (or 0xBD038D) is known color: Medium Violet Red. HEX triplet: BD, 03 and 8D. RGB value is (189,3,141). Sum of RGB (Red+Green+Blue) = 189+3+141=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD038D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD038D is #42FC72. Grayscale: #494949. Windows color (decimal): -4390003 or 9241533. OLE color: 9241533.

HSL color Cylindrical-coordinate representation of color #BD038D: hue angle of 315.48º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD038D is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 3 141 -
CMYK 0 0.98 0.25 0.26
HSL 315.48º 0.97% 0.38% -
HSV(B) 315.48º 0.98% 0.74% -
XYZ 25.83 12.81 26.31 -
YUV 74.35 165.62 209.78 -
System Red Green Blue C M Y K H S L
Decimal 189 3 141 0 0.98 0.25 0.26 315.48 0.97 0.38
Hex BD 3 8D 0 62 19 1A 13B 61 26
Octal 275 3 215 0 142 31 32 473 141 46
Binary 10111101 11 10001101 0 1100010 11001 11010 100111011 1100001 100110

Color Harmonies of #BD038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD038D

Black with #BD038D

Text Example


Text Example

White with #BD038D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD038D; }

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

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

background-color css

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

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

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

border-color css

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

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

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