Html Css Color HEX #B2167B Medium Violet Red

📋 copy color: '#B2167B'

red 178 ◦ green 22 ◦ blue 123

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

Shades of Medium Violet Red #B2167B

Tints of Medium Violet Red #B2167B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.81%

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

R = 55.11%
G = 6.81%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2167B (or 0xB2167B) is known color: Medium Violet Red. HEX triplet: B2, 16 and 7B. RGB value is (178,22,123). Sum of RGB (Red+Green+Blue) = 178+22+123=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B2167B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2167B is #4DE984. Grayscale: #4F4F4F. Windows color (decimal): -5106053 or 8066738. OLE color: 8066738.

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

Color convert

RGB 178 22 123 -
CMYK 0 0.88 0.31 0.30
HSL 321.15º 0.78% 0.39% -
HSV(B) 321.15º 0.88% 0.7% -
XYZ 22.22 11.47 19.78 -
YUV 80.16 152.18 197.79 -
System Red Green Blue C M Y K H S L
Decimal 178 22 123 0 0.88 0.31 0.30 321.15 0.78 0.39
Hex B2 16 7B 0 58 1F 1E 141 4E 27
Octal 262 26 173 0 130 37 36 501 116 47
Binary 10110010 10110 1111011 0 1011000 11111 11110 101000001 1001110 100111

Color Harmonies of #B2167B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2167B

Black with #B2167B

Text Example


Text Example

White with #B2167B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2167B; }

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

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

background-color css

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

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

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

border-color css

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

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

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