Html Css Color HEX #B2207B Medium Red Violet

📋 copy color: '#B2207B'

red 178 ◦ green 32 ◦ blue 123

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

Shades of Medium Red Violet #B2207B

Tints of Medium Red Violet #B2207B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.94%

R = 53.45%
G = 9.61%
B = 36.94%

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

#B2207B (or 0xB2207B) is known color: Medium Red Violet. HEX triplet: B2, 20 and 7B. RGB value is (178,32,123). Sum of RGB (Red+Green+Blue) = 178+32+123=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B2207B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2207B is #4DDF84. Grayscale: #555555. Windows color (decimal): -5103493 or 8069298. OLE color: 8069298.

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

Color convert

RGB 178 32 123 -
CMYK 0 0.82 0.31 0.30
HSL 322.6º 0.7% 0.41% -
HSV(B) 322.6º 0.82% 0.7% -
XYZ 22.45 11.93 19.86 -
YUV 86.03 148.87 193.6 -
System Red Green Blue C M Y K H S L
Decimal 178 32 123 0 0.82 0.31 0.30 322.6 0.7 0.41
Hex B2 20 7B 0 52 1F 1E 143 46 29
Octal 262 40 173 0 122 37 36 503 106 51
Binary 10110010 100000 1111011 0 1010010 11111 11110 101000011 1000110 101001

Color Harmonies of #B2207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2207B

Black with #B2207B

Text Example


Text Example

White with #B2207B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2207B; }

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

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

background-color css

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

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

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

border-color css

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

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

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