Html Css Color HEX #BD357F Medium Red Violet

📋 copy color: '#BD357F'

red 189 ◦ green 53 ◦ blue 127

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

Shades of Medium Red Violet #BD357F

Tints of Medium Red Violet #BD357F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.36%

 BLUE value IS 127 (50% from 255) = 34.42%

R = 51.22%
G = 14.36%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD357F (or 0xBD357F) is known color: Medium Red Violet. HEX triplet: BD, 35 and 7F. RGB value is (189,53,127). Sum of RGB (Red+Green+Blue) = 189+53+127=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD357F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD357F is #42CA80. Grayscale: #656565. Windows color (decimal): -4377217 or 8336829. OLE color: 8336829.

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

Color convert

RGB 189 53 127 -
CMYK 0 0.72 0.33 0.26
HSL 327.35º 0.56% 0.47% -
HSV(B) 327.35º 0.72% 0.74% -
XYZ 26.09 14.9 21.58 -
YUV 102.1 142.06 189.98 -
System Red Green Blue C M Y K H S L
Decimal 189 53 127 0 0.72 0.33 0.26 327.35 0.56 0.47
Hex BD 35 7F 0 48 21 1A 147 38 2F
Octal 275 65 177 0 110 41 32 507 70 57
Binary 10111101 110101 1111111 0 1001000 100001 11010 101000111 111000 101111

Color Harmonies of #BD357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD357F

Black with #BD357F

Text Example


Text Example

White with #BD357F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD357F; }

 p { color: rgb(189,53,127); }

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

background-color css

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

 a { background-color: rgb(189,53,127); }

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

border-color css

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

 span { border-color: rgb(189,53,127); }

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