Html Css Color HEX #BD338D Medium Red Violet

📋 copy color: '#BD338D'

red 189 ◦ green 51 ◦ blue 141

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

Shades of Medium Red Violet #BD338D

Tints of Medium Red Violet #BD338D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.01%

R = 49.61%
G = 13.39%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD338D (or 0xBD338D) is known color: Medium Red Violet. HEX triplet: BD, 33 and 8D. RGB value is (189,51,141). Sum of RGB (Red+Green+Blue) = 189+51+141=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD338D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD338D is #42CC72. Grayscale: #666666. Windows color (decimal): -4377715 or 9253821. OLE color: 9253821.

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

Color convert

RGB 189 51 141 -
CMYK 0 0.73 0.25 0.26
HSL 320.87º 0.58% 0.47% -
HSV(B) 320.87º 0.73% 0.74% -
XYZ 26.98 15.11 26.69 -
YUV 102.52 149.72 189.68 -
System Red Green Blue C M Y K H S L
Decimal 189 51 141 0 0.73 0.25 0.26 320.87 0.58 0.47
Hex BD 33 8D 0 49 19 1A 141 3A 2F
Octal 275 63 215 0 111 31 32 501 72 57
Binary 10111101 110011 10001101 0 1001001 11001 11010 101000001 111010 101111

Color Harmonies of #BD338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD338D

Black with #BD338D

Text Example


Text Example

White with #BD338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD338D; }

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

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

background-color css

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

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

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

border-color css

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

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

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