Html Css Color HEX #BD0594 Medium Violet Red

📋 copy color: '#BD0594'

red 189 ◦ green 5 ◦ blue 148

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

Shades of Medium Violet Red #BD0594

Tints of Medium Violet Red #BD0594

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.46%

 BLUE value IS 148 (58.2% from 255) = 43.27%

R = 55.26%
G = 1.46%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD0594 (or 0xBD0594) is known color: Medium Violet Red. HEX triplet: BD, 05 and 94. RGB value is (189,5,148). Sum of RGB (Red+Green+Blue) = 189+5+148=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0594 is #42FA6B. Grayscale: #4B4B4B. Windows color (decimal): -4389484 or 9700797. OLE color: 9700797.

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

Color convert

RGB 189 5 148 -
CMYK 0 0.97 0.22 0.26
HSL 313.37º 0.95% 0.38% -
HSV(B) 313.37º 0.97% 0.74% -
XYZ 26.39 13.07 29.15 -
YUV 76.32 168.46 208.37 -
System Red Green Blue C M Y K H S L
Decimal 189 5 148 0 0.97 0.22 0.26 313.37 0.95 0.38
Hex BD 5 94 0 61 16 1A 139 5F 26
Octal 275 5 224 0 141 26 32 471 137 46
Binary 10111101 101 10010100 0 1100001 10110 11010 100111001 1011111 100110

Color Harmonies of #BD0594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0594

Black with #BD0594

Text Example


Text Example

White with #BD0594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0594; }

 p { color: rgb(189,5,148); }

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

background-color css

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

 a { background-color: rgb(189,5,148); }

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

border-color css

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

 span { border-color: rgb(189,5,148); }

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