Html Css Color HEX #BD0498 Medium Violet Red

📋 copy color: '#BD0498'

red 189 ◦ green 4 ◦ blue 152

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

Shades of Medium Violet Red #BD0498

Tints of Medium Violet Red #BD0498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 44.06%

R = 54.78%
G = 1.16%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD0498 (or 0xBD0498) is known color: Medium Violet Red. HEX triplet: BD, 04 and 98. RGB value is (189,4,152). Sum of RGB (Red+Green+Blue) = 189+4+152=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0498 is #42FB67. Grayscale: #4B4B4B. Windows color (decimal): -4389736 or 9962685. OLE color: 9962685.

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

Color convert

RGB 189 4 152 -
CMYK 0 0.98 0.20 0.26
HSL 312º 0.96% 0.38% -
HSV(B) 312º 0.98% 0.74% -
XYZ 26.7 13.17 30.84 -
YUV 76.19 170.79 208.47 -
System Red Green Blue C M Y K H S L
Decimal 189 4 152 0 0.98 0.20 0.26 312 0.96 0.38
Hex BD 4 98 0 62 14 1A 138 60 26
Octal 275 4 230 0 142 24 32 470 140 46
Binary 10111101 100 10011000 0 1100010 10100 11010 100111000 1100000 100110

Color Harmonies of #BD0498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0498

Black with #BD0498

Text Example


Text Example

White with #BD0498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0498; }

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

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

background-color css

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

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

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

border-color css

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

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

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