Html Css Color HEX #BD337B Medium Red Violet

📋 copy color: '#BD337B'

red 189 ◦ green 51 ◦ blue 123

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

Shades of Medium Red Violet #BD337B

Tints of Medium Red Violet #BD337B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.88%

R = 52.07%
G = 14.05%
B = 33.88%

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

#BD337B (or 0xBD337B) is known color: Medium Red Violet. HEX triplet: BD, 33 and 7B. RGB value is (189,51,123). Sum of RGB (Red+Green+Blue) = 189+51+123=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD337B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD337B is #42CC84. Grayscale: #646464. Windows color (decimal): -4377733 or 8074173. OLE color: 8074173.

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

Color convert

RGB 189 51 123 -
CMYK 0 0.73 0.35 0.26
HSL 328.7º 0.58% 0.47% -
HSV(B) 328.7º 0.73% 0.74% -
XYZ 25.75 14.62 20.2 -
YUV 100.47 140.72 191.15 -
System Red Green Blue C M Y K H S L
Decimal 189 51 123 0 0.73 0.35 0.26 328.7 0.58 0.47
Hex BD 33 7B 0 49 23 1A 149 3A 2F
Octal 275 63 173 0 111 43 32 511 72 57
Binary 10111101 110011 1111011 0 1001001 100011 11010 101001001 111010 101111

Color Harmonies of #BD337B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD337B

Black with #BD337B

Text Example


Text Example

White with #BD337B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD337B; }

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

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

background-color css

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

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

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

border-color css

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

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

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