Html Css Color HEX #BD347A Medium Red Violet

📋 copy color: '#BD347A'

red 189 ◦ green 52 ◦ blue 122

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

Shades of Medium Red Violet #BD347A

Tints of Medium Red Violet #BD347A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.61%

R = 52.07%
G = 14.33%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD347A (or 0xBD347A) is known color: Medium Red Violet. HEX triplet: BD, 34 and 7A. RGB value is (189,52,122). Sum of RGB (Red+Green+Blue) = 189+52+122=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD347A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD347A is #42CB85. Grayscale: #646464. Windows color (decimal): -4377478 or 8008893. OLE color: 8008893.

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

Color convert

RGB 189 52 122 -
CMYK 0 0.72 0.35 0.26
HSL 329.34º 0.57% 0.47% -
HSV(B) 329.34º 0.72% 0.74% -
XYZ 25.73 14.68 19.89 -
YUV 100.94 139.89 190.81 -
System Red Green Blue C M Y K H S L
Decimal 189 52 122 0 0.72 0.35 0.26 329.34 0.57 0.47
Hex BD 34 7A 0 48 23 1A 149 39 2F
Octal 275 64 172 0 110 43 32 511 71 57
Binary 10111101 110100 1111010 0 1001000 100011 11010 101001001 111001 101111

Color Harmonies of #BD347A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD347A

Black with #BD347A

Text Example


Text Example

White with #BD347A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD347A; }

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

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

background-color css

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

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

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

border-color css

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

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

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