Html Css Color HEX #BD048B Medium Violet Red

📋 copy color: '#BD048B'

red 189 ◦ green 4 ◦ blue 139

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

Shades of Medium Violet Red #BD048B

Tints of Medium Violet Red #BD048B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.2%

 BLUE value IS 139 (54.69% from 255) = 41.87%

R = 56.93%
G = 1.2%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD048B (or 0xBD048B) is known color: Medium Violet Red. HEX triplet: BD, 04 and 8B. RGB value is (189,4,139). Sum of RGB (Red+Green+Blue) = 189+4+139=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD048B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD048B is #42FB74. Grayscale: #4A4A4A. Windows color (decimal): -4389749 or 9110717. OLE color: 9110717.

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

Color convert

RGB 189 4 139 -
CMYK 0 0.98 0.26 0.26
HSL 316.22º 0.96% 0.38% -
HSV(B) 316.22º 0.98% 0.74% -
XYZ 25.69 12.77 25.54 -
YUV 74.71 164.29 209.52 -
System Red Green Blue C M Y K H S L
Decimal 189 4 139 0 0.98 0.26 0.26 316.22 0.96 0.38
Hex BD 4 8B 0 62 1A 1A 13C 60 26
Octal 275 4 213 0 142 32 32 474 140 46
Binary 10111101 100 10001011 0 1100010 11010 11010 100111100 1100000 100110

Color Harmonies of #BD048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD048B

Black with #BD048B

Text Example


Text Example

White with #BD048B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD048B; }

 p { color: rgb(189,4,139); }

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

background-color css

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

 a { background-color: rgb(189,4,139); }

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

border-color css

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

 span { border-color: rgb(189,4,139); }

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