Html Css Color HEX #BD3594 Medium Red Violet

📋 copy color: '#BD3594'

red 189 ◦ green 53 ◦ blue 148

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

Shades of Medium Red Violet #BD3594

Tints of Medium Red Violet #BD3594

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.59%

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

R = 48.46%
G = 13.59%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD3594 (or 0xBD3594) is known color: Medium Red Violet. HEX triplet: BD, 35 and 94. RGB value is (189,53,148). Sum of RGB (Red+Green+Blue) = 189+53+148=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3594 is #42CA6B. Grayscale: #686868. Windows color (decimal): -4377196 or 9713085. OLE color: 9713085.

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

Color convert

RGB 189 53 148 -
CMYK 0 0.72 0.22 0.26
HSL 318.09º 0.56% 0.47% -
HSV(B) 318.09º 0.72% 0.74% -
XYZ 27.6 15.5 29.55 -
YUV 104.49 152.56 188.28 -
System Red Green Blue C M Y K H S L
Decimal 189 53 148 0 0.72 0.22 0.26 318.09 0.56 0.47
Hex BD 35 94 0 48 16 1A 13E 38 2F
Octal 275 65 224 0 110 26 32 476 70 57
Binary 10111101 110101 10010100 0 1001000 10110 11010 100111110 111000 101111

Color Harmonies of #BD3594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3594

Black with #BD3594

Text Example


Text Example

White with #BD3594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3594; }

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

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

background-color css

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

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

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

border-color css

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

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

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