Html Css Color HEX #B0217F Medium Red Violet

📋 copy color: '#B0217F'

red 176 ◦ green 33 ◦ blue 127

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

Shades of Medium Red Violet #B0217F

Tints of Medium Red Violet #B0217F

RGB

 RED value IS 176 (69.14% from 255) = 52.38%

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

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

R = 52.38%
G = 9.82%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0217F (or 0xB0217F) is known color: Medium Red Violet. HEX triplet: B0, 21 and 7F. RGB value is (176,33,127). Sum of RGB (Red+Green+Blue) = 176+33+127=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B0217F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0217F is #4FDE80. Grayscale: #565656. Windows color (decimal): -5234305 or 8331696. OLE color: 8331696.

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

Color convert

RGB 176 33 127 -
CMYK 0 0.81 0.28 0.31
HSL 320.56º 0.68% 0.41% -
HSV(B) 320.56º 0.81% 0.69% -
XYZ 22.28 11.85 21.19 -
YUV 86.47 150.88 191.86 -
System Red Green Blue C M Y K H S L
Decimal 176 33 127 0 0.81 0.28 0.31 320.56 0.68 0.41
Hex B0 21 7F 0 51 1C 1F 141 44 29
Octal 260 41 177 0 121 34 37 501 104 51
Binary 10110000 100001 1111111 0 1010001 11100 11111 101000001 1000100 101001

Color Harmonies of #B0217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0217F

Black with #B0217F

Text Example


Text Example

White with #B0217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0217F; }

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

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

background-color css

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

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

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

border-color css

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

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

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