Html Css Color HEX #BD338B Medium Red Violet

📋 copy color: '#BD338B'

red 189 ◦ green 51 ◦ blue 139

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

Shades of Medium Red Violet #BD338B

Tints of Medium Red Violet #BD338B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.68%

R = 49.87%
G = 13.46%
B = 36.68%

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

#BD338B (or 0xBD338B) is known color: Medium Red Violet. HEX triplet: BD, 33 and 8B. RGB value is (189,51,139). Sum of RGB (Red+Green+Blue) = 189+51+139=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD338B is #42CC74. Grayscale: #666666. Windows color (decimal): -4377717 or 9122749. OLE color: 9122749.

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

Color convert

RGB 189 51 139 -
CMYK 0 0.73 0.26 0.26
HSL 321.74º 0.58% 0.47% -
HSV(B) 321.74º 0.73% 0.74% -
XYZ 26.83 15.05 25.92 -
YUV 102.29 148.72 189.84 -
System Red Green Blue C M Y K H S L
Decimal 189 51 139 0 0.73 0.26 0.26 321.74 0.58 0.47
Hex BD 33 8B 0 49 1A 1A 142 3A 2F
Octal 275 63 213 0 111 32 32 502 72 57
Binary 10111101 110011 10001011 0 1001001 11010 11010 101000010 111010 101111

Color Harmonies of #BD338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD338B

Black with #BD338B

Text Example


Text Example

White with #BD338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD338B; }

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

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

background-color css

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

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

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

border-color css

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

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

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