Html Css Color HEX #BD349F Medium Red Violet

📋 copy color: '#BD349F'

red 189 ◦ green 52 ◦ blue 159

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

Shades of Medium Red Violet #BD349F

Tints of Medium Red Violet #BD349F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.75%

R = 47.25%
G = 13%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD349F (or 0xBD349F) is known color: Medium Red Violet. HEX triplet: BD, 34 and 9F. RGB value is (189,52,159). Sum of RGB (Red+Green+Blue) = 189+52+159=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD349F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD349F is #42CB60. Grayscale: #686868. Windows color (decimal): -4377441 or 10433725. OLE color: 10433725.

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

Color convert

RGB 189 52 159 -
CMYK 0 0.72 0.16 0.26
HSL 313.14º 0.57% 0.47% -
HSV(B) 313.14º 0.72% 0.74% -
XYZ 28.47 15.78 34.35 -
YUV 105.16 158.39 187.8 -
System Red Green Blue C M Y K H S L
Decimal 189 52 159 0 0.72 0.16 0.26 313.14 0.57 0.47
Hex BD 34 9F 0 48 10 1A 139 39 2F
Octal 275 64 237 0 110 20 32 471 71 57
Binary 10111101 110100 10011111 0 1001000 10000 11010 100111001 111001 101111

Color Harmonies of #BD349F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD349F

Black with #BD349F

Text Example


Text Example

White with #BD349F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD349F; }

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

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

background-color css

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

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

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

border-color css

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

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

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