Html Css Color HEX #BD359D Medium Red Violet

📋 copy color: '#BD359D'

red 189 ◦ green 53 ◦ blue 157

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

Shades of Medium Red Violet #BD359D

Tints of Medium Red Violet #BD359D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.35%

R = 47.37%
G = 13.28%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD359D (or 0xBD359D) is known color: Medium Red Violet. HEX triplet: BD, 35 and 9D. RGB value is (189,53,157). Sum of RGB (Red+Green+Blue) = 189+53+157=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD359D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD359D is #42CA62. Grayscale: #696969. Windows color (decimal): -4377187 or 10302909. OLE color: 10302909.

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

Color convert

RGB 189 53 157 -
CMYK 0 0.72 0.17 0.26
HSL 314.12º 0.56% 0.47% -
HSV(B) 314.12º 0.72% 0.74% -
XYZ 28.35 15.8 33.45 -
YUV 105.52 157.06 187.54 -
System Red Green Blue C M Y K H S L
Decimal 189 53 157 0 0.72 0.17 0.26 314.12 0.56 0.47
Hex BD 35 9D 0 48 11 1A 13A 38 2F
Octal 275 65 235 0 110 21 32 472 70 57
Binary 10111101 110101 10011101 0 1001000 10001 11010 100111010 111000 101111

Color Harmonies of #BD359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD359D

Black with #BD359D

Text Example


Text Example

White with #BD359D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD359D; }

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

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

background-color css

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

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

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

border-color css

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

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

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