Html Css Color HEX #B8227C Medium Red Violet

📋 copy color: '#B8227C'

red 184 ◦ green 34 ◦ blue 124

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

Shades of Medium Red Violet #B8227C

Tints of Medium Red Violet #B8227C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.94%

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

R = 53.8%
G = 9.94%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B8227C (or 0xB8227C) is known color: Medium Red Violet. HEX triplet: B8, 22 and 7C. RGB value is (184,34,124). Sum of RGB (Red+Green+Blue) = 184+34+124=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B8227C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8227C is #47DD83. Grayscale: #585858. Windows color (decimal): -4709764 or 8135352. OLE color: 8135352.

HSL color Cylindrical-coordinate representation of color #B8227C: hue angle of 324º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8227C is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 34 124 -
CMYK 0 0.82 0.33 0.28
HSL 324º 0.69% 0.43% -
HSV(B) 324º 0.82% 0.72% -
XYZ 23.98 12.79 20.27 -
YUV 89.11 147.7 195.68 -
System Red Green Blue C M Y K H S L
Decimal 184 34 124 0 0.82 0.33 0.28 324 0.69 0.43
Hex B8 22 7C 0 52 21 1C 144 45 2B
Octal 270 42 174 0 122 41 34 504 105 53
Binary 10111000 100010 1111100 0 1010010 100001 11100 101000100 1000101 101011

Color Harmonies of #B8227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8227C

Black with #B8227C

Text Example


Text Example

White with #B8227C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8227C; }

 p { color: rgb(184,34,124); }

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

background-color css

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

 a { background-color: rgb(184,34,124); }

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

border-color css

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

 span { border-color: rgb(184,34,124); }

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