Html Css Color HEX #BD277F Medium Red Violet

📋 copy color: '#BD277F'

red 189 ◦ green 39 ◦ blue 127

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

Shades of Medium Red Violet #BD277F

Tints of Medium Red Violet #BD277F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.77%

R = 53.24%
G = 10.99%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD277F (or 0xBD277F) is known color: Medium Red Violet. HEX triplet: BD, 27 and 7F. RGB value is (189,39,127). Sum of RGB (Red+Green+Blue) = 189+39+127=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD277F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD277F is #42D880. Grayscale: #5D5D5D. Windows color (decimal): -4380801 or 8333245. OLE color: 8333245.

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

Color convert

RGB 189 39 127 -
CMYK 0 0.79 0.33 0.26
HSL 324.8º 0.66% 0.45% -
HSV(B) 324.8º 0.79% 0.74% -
XYZ 25.54 13.8 21.4 -
YUV 93.88 146.7 195.84 -
System Red Green Blue C M Y K H S L
Decimal 189 39 127 0 0.79 0.33 0.26 324.8 0.66 0.45
Hex BD 27 7F 0 4F 21 1A 145 42 2D
Octal 275 47 177 0 117 41 32 505 102 55
Binary 10111101 100111 1111111 0 1001111 100001 11010 101000101 1000010 101101

Color Harmonies of #BD277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD277F

Black with #BD277F

Text Example


Text Example

White with #BD277F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD277F; }

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

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

background-color css

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

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

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

border-color css

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

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

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