Html Css Color HEX #B8217F Medium Red Violet

📋 copy color: '#B8217F'

red 184 ◦ green 33 ◦ blue 127

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

Shades of Medium Red Violet #B8217F

Tints of Medium Red Violet #B8217F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.59%

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

R = 53.49%
G = 9.59%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B8217F (or 0xB8217F) is known color: Medium Red Violet. HEX triplet: B8, 21 and 7F. RGB value is (184,33,127). Sum of RGB (Red+Green+Blue) = 184+33+127=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B8217F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8217F is #47DE80. Grayscale: #585858. Windows color (decimal): -4710017 or 8331704. OLE color: 8331704.

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

Color convert

RGB 184 33 127 -
CMYK 0 0.82 0.31 0.28
HSL 322.65º 0.7% 0.43% -
HSV(B) 322.65º 0.82% 0.72% -
XYZ 24.14 12.81 21.28 -
YUV 88.87 149.53 195.86 -
System Red Green Blue C M Y K H S L
Decimal 184 33 127 0 0.82 0.31 0.28 322.65 0.7 0.43
Hex B8 21 7F 0 52 1F 1C 143 46 2B
Octal 270 41 177 0 122 37 34 503 106 53
Binary 10111000 100001 1111111 0 1010010 11111 11100 101000011 1000110 101011

Color Harmonies of #B8217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8217F

Black with #B8217F

Text Example


Text Example

White with #B8217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8217F; }

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

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

background-color css

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

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

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

border-color css

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

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

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