Html Css Color HEX #B8277D Medium Red Violet

📋 copy color: '#B8277D'

red 184 ◦ green 39 ◦ blue 125

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

Shades of Medium Red Violet #B8277D

Tints of Medium Red Violet #B8277D

RGB

 RED value IS 184 (72.27% from 255) = 52.87%

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

 BLUE value IS 125 (49.22% from 255) = 35.92%

R = 52.87%
G = 11.21%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B8277D (or 0xB8277D) is known color: Medium Red Violet. HEX triplet: B8, 27 and 7D. RGB value is (184,39,125). Sum of RGB (Red+Green+Blue) = 184+39+125=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B8277D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8277D is #47D882. Grayscale: #5B5B5B. Windows color (decimal): -4708483 or 8202168. OLE color: 8202168.

HSL color Cylindrical-coordinate representation of color #B8277D: hue angle of 324.41º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B8277D is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 39 125 -
CMYK 0 0.79 0.32 0.28
HSL 324.41º 0.65% 0.44% -
HSV(B) 324.41º 0.79% 0.72% -
XYZ 24.19 13.12 20.66 -
YUV 92.16 146.54 193.51 -
System Red Green Blue C M Y K H S L
Decimal 184 39 125 0 0.79 0.32 0.28 324.41 0.65 0.44
Hex B8 27 7D 0 4F 20 1C 144 41 2C
Octal 270 47 175 0 117 40 34 504 101 54
Binary 10111000 100111 1111101 0 1001111 100000 11100 101000100 1000001 101100

Color Harmonies of #B8277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8277D

Black with #B8277D

Text Example


Text Example

White with #B8277D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8277D; }

 p { color: rgb(184,39,125); }

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

background-color css

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

 a { background-color: rgb(184,39,125); }

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

border-color css

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

 span { border-color: rgb(184,39,125); }

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