Html Css Color HEX #B0207F Medium Red Violet

📋 copy color: '#B0207F'

red 176 ◦ green 32 ◦ blue 127

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

Shades of Medium Red Violet #B0207F

Tints of Medium Red Violet #B0207F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.55%

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

R = 52.54%
G = 9.55%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0207F (or 0xB0207F) is known color: Medium Red Violet. HEX triplet: B0, 20 and 7F. RGB value is (176,32,127). Sum of RGB (Red+Green+Blue) = 176+32+127=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B0207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0207F is #4FDF80. Grayscale: #555555. Windows color (decimal): -5234561 or 8331440. OLE color: 8331440.

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

Color convert

RGB 176 32 127 -
CMYK 0 0.82 0.28 0.31
HSL 320.42º 0.69% 0.41% -
HSV(B) 320.42º 0.82% 0.69% -
XYZ 22.25 11.8 21.18 -
YUV 85.89 151.21 192.28 -
System Red Green Blue C M Y K H S L
Decimal 176 32 127 0 0.82 0.28 0.31 320.42 0.69 0.41
Hex B0 20 7F 0 52 1C 1F 140 45 29
Octal 260 40 177 0 122 34 37 500 105 51
Binary 10110000 100000 1111111 0 1010010 11100 11111 101000000 1000101 101001

Color Harmonies of #B0207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0207F

Black with #B0207F

Text Example


Text Example

White with #B0207F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0207F; }

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

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

background-color css

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

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

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

border-color css

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

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

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