Html Css Color HEX #BD038E Medium Violet Red

📋 copy color: '#BD038E'

red 189 ◦ green 3 ◦ blue 142

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

Shades of Medium Violet Red #BD038E

Tints of Medium Violet Red #BD038E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.51%

R = 56.59%
G = 0.9%
B = 42.51%

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

#BD038E (or 0xBD038E) is known color: Medium Violet Red. HEX triplet: BD, 03 and 8E. RGB value is (189,3,142). Sum of RGB (Red+Green+Blue) = 189+3+142=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD038E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD038E is #42FC71. Grayscale: #4A4A4A. Windows color (decimal): -4390002 or 9307069. OLE color: 9307069.

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

Color convert

RGB 189 3 142 -
CMYK 0 0.98 0.25 0.26
HSL 315.16º 0.97% 0.38% -
HSV(B) 315.16º 0.98% 0.74% -
XYZ 25.9 12.84 26.7 -
YUV 74.46 166.12 209.7 -
System Red Green Blue C M Y K H S L
Decimal 189 3 142 0 0.98 0.25 0.26 315.16 0.97 0.38
Hex BD 3 8E 0 62 19 1A 13B 61 26
Octal 275 3 216 0 142 31 32 473 141 46
Binary 10111101 11 10001110 0 1100010 11001 11010 100111011 1100001 100110

Color Harmonies of #BD038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD038E

Black with #BD038E

Text Example


Text Example

White with #BD038E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD038E; }

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

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

background-color css

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

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

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

border-color css

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

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

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