Html Css Color HEX #B0207C Medium Red Violet

📋 copy color: '#B0207C'

red 176 ◦ green 32 ◦ blue 124

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

Shades of Medium Red Violet #B0207C

Tints of Medium Red Violet #B0207C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.35%

R = 53.01%
G = 9.64%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0207C (or 0xB0207C) is known color: Medium Red Violet. HEX triplet: B0, 20 and 7C. RGB value is (176,32,124). Sum of RGB (Red+Green+Blue) = 176+32+124=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B0207C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0207C is #4FDF83. Grayscale: #555555. Windows color (decimal): -5234564 or 8134832. OLE color: 8134832.

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

Color convert

RGB 176 32 124 -
CMYK 0 0.82 0.30 0.31
HSL 321.67º 0.69% 0.41% -
HSV(B) 321.67º 0.82% 0.69% -
XYZ 22.06 11.72 20.17 -
YUV 85.54 149.71 192.52 -
System Red Green Blue C M Y K H S L
Decimal 176 32 124 0 0.82 0.30 0.31 321.67 0.69 0.41
Hex B0 20 7C 0 52 1E 1F 142 45 29
Octal 260 40 174 0 122 36 37 502 105 51
Binary 10110000 100000 1111100 0 1010010 11110 11111 101000010 1000101 101001

Color Harmonies of #B0207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0207C

Black with #B0207C

Text Example


Text Example

White with #B0207C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0207C; }

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

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

background-color css

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

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

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

border-color css

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

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

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