Html Css Color HEX #B8237F Medium Red Violet

📋 copy color: '#B8237F'

red 184 ◦ green 35 ◦ blue 127

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

Shades of Medium Red Violet #B8237F

Tints of Medium Red Violet #B8237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.12%

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

R = 53.18%
G = 10.12%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B8237F (or 0xB8237F) is known color: Medium Red Violet. HEX triplet: B8, 23 and 7F. RGB value is (184,35,127). Sum of RGB (Red+Green+Blue) = 184+35+127=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B8237F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8237F is #47DC80. Grayscale: #595959. Windows color (decimal): -4709505 or 8332216. OLE color: 8332216.

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

Color convert

RGB 184 35 127 -
CMYK 0 0.81 0.31 0.28
HSL 322.95º 0.68% 0.43% -
HSV(B) 322.95º 0.81% 0.72% -
XYZ 24.2 12.92 21.3 -
YUV 90.04 148.86 195.02 -
System Red Green Blue C M Y K H S L
Decimal 184 35 127 0 0.81 0.31 0.28 322.95 0.68 0.43
Hex B8 23 7F 0 51 1F 1C 143 44 2B
Octal 270 43 177 0 121 37 34 503 104 53
Binary 10111000 100011 1111111 0 1010001 11111 11100 101000011 1000100 101011

Color Harmonies of #B8237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8237F

Black with #B8237F

Text Example


Text Example

White with #B8237F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8237F; }

 p { color: rgb(184,35,127); }

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

background-color css

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

 a { background-color: rgb(184,35,127); }

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

border-color css

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

 span { border-color: rgb(184,35,127); }

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