Html Css Color HEX #BD359A Medium Red Violet

📋 copy color: '#BD359A'

red 189 ◦ green 53 ◦ blue 154

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

Shades of Medium Red Violet #BD359A

Tints of Medium Red Violet #BD359A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.89%

R = 47.73%
G = 13.38%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD359A (or 0xBD359A) is known color: Medium Red Violet. HEX triplet: BD, 35 and 9A. RGB value is (189,53,154). Sum of RGB (Red+Green+Blue) = 189+53+154=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD359A is #42CA65. Grayscale: #686868. Windows color (decimal): -4377190 or 10106301. OLE color: 10106301.

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

Color convert

RGB 189 53 154 -
CMYK 0 0.72 0.19 0.26
HSL 315.44º 0.56% 0.47% -
HSV(B) 315.44º 0.72% 0.74% -
XYZ 28.09 15.7 32.12 -
YUV 105.18 155.56 187.79 -
System Red Green Blue C M Y K H S L
Decimal 189 53 154 0 0.72 0.19 0.26 315.44 0.56 0.47
Hex BD 35 9A 0 48 13 1A 13B 38 2F
Octal 275 65 232 0 110 23 32 473 70 57
Binary 10111101 110101 10011010 0 1001000 10011 11010 100111011 111000 101111

Color Harmonies of #BD359A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD359A

Black with #BD359A

Text Example


Text Example

White with #BD359A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD359A; }

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

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

background-color css

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

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

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

border-color css

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

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

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