Html Css Color HEX #B2227B Medium Red Violet

📋 copy color: '#B2227B'

red 178 ◦ green 34 ◦ blue 123

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

Shades of Medium Red Violet #B2227B

Tints of Medium Red Violet #B2227B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.15%

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

R = 53.13%
G = 10.15%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2227B (or 0xB2227B) is known color: Medium Red Violet. HEX triplet: B2, 22 and 7B. RGB value is (178,34,123). Sum of RGB (Red+Green+Blue) = 178+34+123=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B2227B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2227B is #4DDD84. Grayscale: #565656. Windows color (decimal): -5102981 or 8069810. OLE color: 8069810.

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

Color convert

RGB 178 34 123 -
CMYK 0 0.81 0.31 0.30
HSL 322.92º 0.68% 0.42% -
HSV(B) 322.92º 0.81% 0.7% -
XYZ 22.51 12.04 19.88 -
YUV 87.2 148.21 192.76 -
System Red Green Blue C M Y K H S L
Decimal 178 34 123 0 0.81 0.31 0.30 322.92 0.68 0.42
Hex B2 22 7B 0 51 1F 1E 143 44 2A
Octal 262 42 173 0 121 37 36 503 104 52
Binary 10110010 100010 1111011 0 1010001 11111 11110 101000011 1000100 101010

Color Harmonies of #B2227B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2227B

Black with #B2227B

Text Example


Text Example

White with #B2227B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2227B; }

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

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

background-color css

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

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

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

border-color css

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

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

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