Html Css Color HEX #BD277C Medium Red Violet

📋 copy color: '#BD277C'

red 189 ◦ green 39 ◦ blue 124

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

Shades of Medium Red Violet #BD277C

Tints of Medium Red Violet #BD277C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.08%

 BLUE value IS 124 (48.83% from 255) = 35.23%

R = 53.69%
G = 11.08%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD277C (or 0xBD277C) is known color: Medium Red Violet. HEX triplet: BD, 27 and 7C. RGB value is (189,39,124). Sum of RGB (Red+Green+Blue) = 189+39+124=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD277C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD277C is #42D883. Grayscale: #5D5D5D. Windows color (decimal): -4380804 or 8136637. OLE color: 8136637.

HSL color Cylindrical-coordinate representation of color #BD277C: hue angle of 326º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD277C is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 39 124 -
CMYK 0 0.79 0.34 0.26
HSL 326º 0.66% 0.45% -
HSV(B) 326º 0.79% 0.74% -
XYZ 25.35 13.73 20.38 -
YUV 93.54 145.2 196.09 -
System Red Green Blue C M Y K H S L
Decimal 189 39 124 0 0.79 0.34 0.26 326 0.66 0.45
Hex BD 27 7C 0 4F 22 1A 146 42 2D
Octal 275 47 174 0 117 42 32 506 102 55
Binary 10111101 100111 1111100 0 1001111 100010 11010 101000110 1000010 101101

Color Harmonies of #BD277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD277C

Black with #BD277C

Text Example


Text Example

White with #BD277C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD277C; }

 p { color: rgb(189,39,124); }

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

background-color css

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

 a { background-color: rgb(189,39,124); }

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

border-color css

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

 span { border-color: rgb(189,39,124); }

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