Html Css Color HEX #BD3C9A Medium Red Violet

📋 copy color: '#BD3C9A'

red 189 ◦ green 60 ◦ blue 154

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

Shades of Medium Red Violet #BD3C9A

Tints of Medium Red Violet #BD3C9A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.89%

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

R = 46.9%
G = 14.89%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD3C9A (or 0xBD3C9A) is known color: Medium Red Violet. HEX triplet: BD, 3C and 9A. RGB value is (189,60,154). Sum of RGB (Red+Green+Blue) = 189+60+154=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3C9A is #42C365. Grayscale: #6D6D6D. Windows color (decimal): -4375398 or 10108093. OLE color: 10108093.

HSL color Cylindrical-coordinate representation of color #BD3C9A: hue angle of 316.28º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD3C9A is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 60 154 -
CMYK 0 0.68 0.19 0.26
HSL 316.28º 0.52% 0.49% -
HSV(B) 316.28º 0.68% 0.74% -
XYZ 28.43 16.38 32.24 -
YUV 109.29 153.24 184.86 -
System Red Green Blue C M Y K H S L
Decimal 189 60 154 0 0.68 0.19 0.26 316.28 0.52 0.49
Hex BD 3C 9A 0 44 13 1A 13C 34 31
Octal 275 74 232 0 104 23 32 474 64 61
Binary 10111101 111100 10011010 0 1000100 10011 11010 100111100 110100 110001

Color Harmonies of #BD3C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3C9A

Black with #BD3C9A

Text Example


Text Example

White with #BD3C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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