Html Css Color HEX #BD358C Medium Red Violet

📋 copy color: '#BD358C'

red 189 ◦ green 53 ◦ blue 140

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

Shades of Medium Red Violet #BD358C

Tints of Medium Red Violet #BD358C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.65%

R = 49.48%
G = 13.87%
B = 36.65%

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

#BD358C (or 0xBD358C) is known color: Medium Red Violet. HEX triplet: BD, 35 and 8C. RGB value is (189,53,140). Sum of RGB (Red+Green+Blue) = 189+53+140=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD358C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD358C is #42CA73. Grayscale: #676767. Windows color (decimal): -4377204 or 9188797. OLE color: 9188797.

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

Color convert

RGB 189 53 140 -
CMYK 0 0.72 0.26 0.26
HSL 321.62º 0.56% 0.47% -
HSV(B) 321.62º 0.72% 0.74% -
XYZ 26.99 15.26 26.33 -
YUV 103.58 148.56 188.93 -
System Red Green Blue C M Y K H S L
Decimal 189 53 140 0 0.72 0.26 0.26 321.62 0.56 0.47
Hex BD 35 8C 0 48 1A 1A 142 38 2F
Octal 275 65 214 0 110 32 32 502 70 57
Binary 10111101 110101 10001100 0 1001000 11010 11010 101000010 111000 101111

Color Harmonies of #BD358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD358C

Black with #BD358C

Text Example


Text Example

White with #BD358C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD358C; }

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

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

background-color css

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

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

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

border-color css

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

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

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