Html Css Color HEX #B8227D Medium Red Violet

📋 copy color: '#B8227D'

red 184 ◦ green 34 ◦ blue 125

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

Shades of Medium Red Violet #B8227D

Tints of Medium Red Violet #B8227D

RGB

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

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

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

R = 53.64%
G = 9.91%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B8227D (or 0xB8227D) is known color: Medium Red Violet. HEX triplet: B8, 22 and 7D. RGB value is (184,34,125). Sum of RGB (Red+Green+Blue) = 184+34+125=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B8227D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8227D is #47DD82. Grayscale: #595959. Windows color (decimal): -4709763 or 8200888. OLE color: 8200888.

HSL color Cylindrical-coordinate representation of color #B8227D: hue angle of 323.6º 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 #B8227D is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 34 125 -
CMYK 0 0.82 0.32 0.28
HSL 323.6º 0.69% 0.43% -
HSV(B) 323.6º 0.82% 0.72% -
XYZ 24.04 12.82 20.61 -
YUV 89.22 148.2 195.6 -
System Red Green Blue C M Y K H S L
Decimal 184 34 125 0 0.82 0.32 0.28 323.6 0.69 0.43
Hex B8 22 7D 0 52 20 1C 144 45 2B
Octal 270 42 175 0 122 40 34 504 105 53
Binary 10111000 100010 1111101 0 1010010 100000 11100 101000100 1000101 101011

Color Harmonies of #B8227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8227D

Black with #B8227D

Text Example


Text Example

White with #B8227D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8227D; }

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

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

background-color css

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

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

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

border-color css

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

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

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