Html Css Color HEX #B2207A Medium Red Violet

📋 copy color: '#B2207A'

red 178 ◦ green 32 ◦ blue 122

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

Shades of Medium Red Violet #B2207A

Tints of Medium Red Violet #B2207A

RGB

 RED value IS 178 (69.92% from 255) = 53.61%

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

 BLUE value IS 122 (48.05% from 255) = 36.75%

R = 53.61%
G = 9.64%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2207A (or 0xB2207A) is known color: Medium Red Violet. HEX triplet: B2, 20 and 7A. RGB value is (178,32,122). Sum of RGB (Red+Green+Blue) = 178+32+122=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B2207A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2207A is #4DDF85. Grayscale: #555555. Windows color (decimal): -5103494 or 8003762. OLE color: 8003762.

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

Color convert

RGB 178 32 122 -
CMYK 0 0.82 0.31 0.30
HSL 323.01º 0.7% 0.41% -
HSV(B) 323.01º 0.82% 0.7% -
XYZ 22.39 11.9 19.53 -
YUV 85.91 148.37 193.68 -
System Red Green Blue C M Y K H S L
Decimal 178 32 122 0 0.82 0.31 0.30 323.01 0.7 0.41
Hex B2 20 7A 0 52 1F 1E 143 46 29
Octal 262 40 172 0 122 37 36 503 106 51
Binary 10110010 100000 1111010 0 1010010 11111 11110 101000011 1000110 101001

Color Harmonies of #B2207A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2207A

Black with #B2207A

Text Example


Text Example

White with #B2207A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2207A; }

 p { color: rgb(178,32,122); }

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

background-color css

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

 a { background-color: rgb(178,32,122); }

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

border-color css

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

 span { border-color: rgb(178,32,122); }

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