Html Css Color HEX #BD337A Medium Red Violet

📋 copy color: '#BD337A'

red 189 ◦ green 51 ◦ blue 122

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

Shades of Medium Red Violet #BD337A

Tints of Medium Red Violet #BD337A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.09%

 BLUE value IS 122 (48.05% from 255) = 33.7%

R = 52.21%
G = 14.09%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD337A (or 0xBD337A) is known color: Medium Red Violet. HEX triplet: BD, 33 and 7A. RGB value is (189,51,122). Sum of RGB (Red+Green+Blue) = 189+51+122=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD337A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD337A is #42CC85. Grayscale: #646464. Windows color (decimal): -4377734 or 8008637. OLE color: 8008637.

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

Color convert

RGB 189 51 122 -
CMYK 0 0.73 0.35 0.26
HSL 329.13º 0.58% 0.47% -
HSV(B) 329.13º 0.73% 0.74% -
XYZ 25.68 14.59 19.88 -
YUV 100.36 140.22 191.23 -
System Red Green Blue C M Y K H S L
Decimal 189 51 122 0 0.73 0.35 0.26 329.13 0.58 0.47
Hex BD 33 7A 0 49 23 1A 149 3A 2F
Octal 275 63 172 0 111 43 32 511 72 57
Binary 10111101 110011 1111010 0 1001001 100011 11010 101001001 111010 101111

Color Harmonies of #BD337A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD337A

Black with #BD337A

Text Example


Text Example

White with #BD337A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD337A; }

 p { color: rgb(189,51,122); }

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

background-color css

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

 a { background-color: rgb(189,51,122); }

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

border-color css

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

 span { border-color: rgb(189,51,122); }

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