Html Css Color HEX #BD276F Medium Red Violet

📋 copy color: '#BD276F'

red 189 ◦ green 39 ◦ blue 111

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

Shades of Medium Red Violet #BD276F

Tints of Medium Red Violet #BD276F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.74%

R = 55.75%
G = 11.5%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD276F (or 0xBD276F) is known color: Medium Red Violet. HEX triplet: BD, 27 and 6F. RGB value is (189,39,111). Sum of RGB (Red+Green+Blue) = 189+39+111=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD276F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD276F is #42D890. Grayscale: #5B5B5B. Windows color (decimal): -4380817 or 7284669. OLE color: 7284669.

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

Color convert

RGB 189 39 111 -
CMYK 0 0.79 0.41 0.26
HSL 331.2º 0.66% 0.45% -
HSV(B) 331.2º 0.79% 0.74% -
XYZ 24.58 13.42 16.33 -
YUV 92.06 138.7 197.15 -
System Red Green Blue C M Y K H S L
Decimal 189 39 111 0 0.79 0.41 0.26 331.2 0.66 0.45
Hex BD 27 6F 0 4F 29 1A 14B 42 2D
Octal 275 47 157 0 117 51 32 513 102 55
Binary 10111101 100111 1101111 0 1001111 101001 11010 101001011 1000010 101101

Color Harmonies of #BD276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD276F

Black with #BD276F

Text Example


Text Example

White with #BD276F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD276F; }

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

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

background-color css

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

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

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

border-color css

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

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

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