Html Css Color HEX #BD348E Medium Red Violet

📋 copy color: '#BD348E'

red 189 ◦ green 52 ◦ blue 142

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

Shades of Medium Red Violet #BD348E

Tints of Medium Red Violet #BD348E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.08%

R = 49.35%
G = 13.58%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD348E (or 0xBD348E) is known color: Medium Red Violet. HEX triplet: BD, 34 and 8E. RGB value is (189,52,142). Sum of RGB (Red+Green+Blue) = 189+52+142=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD348E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD348E is #42CB71. Grayscale: #676767. Windows color (decimal): -4377458 or 9319613. OLE color: 9319613.

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

Color convert

RGB 189 52 142 -
CMYK 0 0.72 0.25 0.26
HSL 320.58º 0.57% 0.47% -
HSV(B) 320.58º 0.72% 0.74% -
XYZ 27.1 15.23 27.1 -
YUV 103.22 149.89 189.18 -
System Red Green Blue C M Y K H S L
Decimal 189 52 142 0 0.72 0.25 0.26 320.58 0.57 0.47
Hex BD 34 8E 0 48 19 1A 141 39 2F
Octal 275 64 216 0 110 31 32 501 71 57
Binary 10111101 110100 10001110 0 1001000 11001 11010 101000001 111001 101111

Color Harmonies of #BD348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD348E

Black with #BD348E

Text Example


Text Example

White with #BD348E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD348E; }

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

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

background-color css

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

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

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

border-color css

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

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

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