Html Css Color HEX #BD038A Medium Violet Red

📋 copy color: '#BD038A'

red 189 ◦ green 3 ◦ blue 138

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

Shades of Medium Violet Red #BD038A

Tints of Medium Violet Red #BD038A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.82%

R = 57.27%
G = 0.91%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD038A (or 0xBD038A) is known color: Medium Violet Red. HEX triplet: BD, 03 and 8A. RGB value is (189,3,138). Sum of RGB (Red+Green+Blue) = 189+3+138=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD038A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD038A is #42FC75. Grayscale: #494949. Windows color (decimal): -4390006 or 9044925. OLE color: 9044925.

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

Color convert

RGB 189 3 138 -
CMYK 0 0.98 0.27 0.26
HSL 316.45º 0.97% 0.38% -
HSV(B) 316.45º 0.98% 0.74% -
XYZ 25.61 12.72 25.15 -
YUV 74 164.12 210.02 -
System Red Green Blue C M Y K H S L
Decimal 189 3 138 0 0.98 0.27 0.26 316.45 0.97 0.38
Hex BD 3 8A 0 62 1B 1A 13C 61 26
Octal 275 3 212 0 142 33 32 474 141 46
Binary 10111101 11 10001010 0 1100010 11011 11010 100111100 1100001 100110

Color Harmonies of #BD038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD038A

Black with #BD038A

Text Example


Text Example

White with #BD038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD038A; }

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

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

background-color css

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

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

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

border-color css

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

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

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