Html Css Color HEX #BD338C Medium Red Violet

📋 copy color: '#BD338C'

red 189 ◦ green 51 ◦ blue 140

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

Shades of Medium Red Violet #BD338C

Tints of Medium Red Violet #BD338C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.84%

R = 49.74%
G = 13.42%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD338C (or 0xBD338C) is known color: Medium Red Violet. HEX triplet: BD, 33 and 8C. RGB value is (189,51,140). Sum of RGB (Red+Green+Blue) = 189+51+140=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD338C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD338C is #42CC73. Grayscale: #666666. Windows color (decimal): -4377716 or 9188285. OLE color: 9188285.

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

Color convert

RGB 189 51 140 -
CMYK 0 0.73 0.26 0.26
HSL 321.3º 0.58% 0.47% -
HSV(B) 321.3º 0.73% 0.74% -
XYZ 26.9 15.08 26.3 -
YUV 102.41 149.22 189.76 -
System Red Green Blue C M Y K H S L
Decimal 189 51 140 0 0.73 0.26 0.26 321.3 0.58 0.47
Hex BD 33 8C 0 49 1A 1A 141 3A 2F
Octal 275 63 214 0 111 32 32 501 72 57
Binary 10111101 110011 10001100 0 1001001 11010 11010 101000001 111010 101111

Color Harmonies of #BD338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD338C

Black with #BD338C

Text Example


Text Example

White with #BD338C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD338C; }

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

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

background-color css

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

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

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

border-color css

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

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

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