Html Css Color HEX #B2168A Medium Violet Red

📋 copy color: '#B2168A'

red 178 ◦ green 22 ◦ blue 138

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

Shades of Medium Violet Red #B2168A

Tints of Medium Violet Red #B2168A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.83%

R = 52.66%
G = 6.51%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2168A (or 0xB2168A) is known color: Medium Violet Red. HEX triplet: B2, 16 and 8A. RGB value is (178,22,138). Sum of RGB (Red+Green+Blue) = 178+22+138=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B2168A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2168A is #4DE975. Grayscale: #515151. Windows color (decimal): -5106038 or 9049778. OLE color: 9049778.

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

Color convert

RGB 178 22 138 -
CMYK 0 0.88 0.22 0.30
HSL 315.38º 0.78% 0.39% -
HSV(B) 315.38º 0.88% 0.7% -
XYZ 23.23 11.87 25.11 -
YUV 81.87 159.68 196.57 -
System Red Green Blue C M Y K H S L
Decimal 178 22 138 0 0.88 0.22 0.30 315.38 0.78 0.39
Hex B2 16 8A 0 58 16 1E 13B 4E 27
Octal 262 26 212 0 130 26 36 473 116 47
Binary 10110010 10110 10001010 0 1011000 10110 11110 100111011 1001110 100111

Color Harmonies of #B2168A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2168A

Black with #B2168A

Text Example


Text Example

White with #B2168A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2168A; }

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

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

background-color css

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

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

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

border-color css

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

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

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