Html Css Color HEX #BD3C7B Medium Red Violet

📋 copy color: '#BD3C7B'

red 189 ◦ green 60 ◦ blue 123

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

Shades of Medium Red Violet #BD3C7B

Tints of Medium Red Violet #BD3C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.06%

R = 50.81%
G = 16.13%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD3C7B (or 0xBD3C7B) is known color: Medium Red Violet. HEX triplet: BD, 3C and 7B. RGB value is (189,60,123). Sum of RGB (Red+Green+Blue) = 189+60+123=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3C7B is #42C384. Grayscale: #696969. Windows color (decimal): -4375429 or 8076477. OLE color: 8076477.

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

Color convert

RGB 189 60 123 -
CMYK 0 0.68 0.35 0.26
HSL 330.7º 0.52% 0.49% -
HSV(B) 330.7º 0.68% 0.74% -
XYZ 26.18 15.48 20.35 -
YUV 105.75 137.74 187.38 -
System Red Green Blue C M Y K H S L
Decimal 189 60 123 0 0.68 0.35 0.26 330.7 0.52 0.49
Hex BD 3C 7B 0 44 23 1A 14B 34 31
Octal 275 74 173 0 104 43 32 513 64 61
Binary 10111101 111100 1111011 0 1000100 100011 11010 101001011 110100 110001

Color Harmonies of #BD3C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3C7B

Black with #BD3C7B

Text Example


Text Example

White with #BD3C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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