Html Css Color HEX #BD348B Medium Red Violet

📋 copy color: '#BD348B'

red 189 ◦ green 52 ◦ blue 139

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

Shades of Medium Red Violet #BD348B

Tints of Medium Red Violet #BD348B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.68%

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

R = 49.74%
G = 13.68%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD348B (or 0xBD348B) is known color: Medium Red Violet. HEX triplet: BD, 34 and 8B. RGB value is (189,52,139). Sum of RGB (Red+Green+Blue) = 189+52+139=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD348B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD348B is #42CB74. Grayscale: #666666. Windows color (decimal): -4377461 or 9123005. OLE color: 9123005.

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

Color convert

RGB 189 52 139 -
CMYK 0 0.72 0.26 0.26
HSL 321.9º 0.57% 0.47% -
HSV(B) 321.9º 0.72% 0.74% -
XYZ 26.87 15.14 25.93 -
YUV 102.88 148.39 189.43 -
System Red Green Blue C M Y K H S L
Decimal 189 52 139 0 0.72 0.26 0.26 321.9 0.57 0.47
Hex BD 34 8B 0 48 1A 1A 142 39 2F
Octal 275 64 213 0 110 32 32 502 71 57
Binary 10111101 110100 10001011 0 1001000 11010 11010 101000010 111001 101111

Color Harmonies of #BD348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD348B

Black with #BD348B

Text Example


Text Example

White with #BD348B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD348B; }

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

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

background-color css

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

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

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

border-color css

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

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

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