Html Css Color HEX #B2168D Medium Violet Red

📋 copy color: '#B2168D'

red 178 ◦ green 22 ◦ blue 141

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

Shades of Medium Violet Red #B2168D

Tints of Medium Violet Red #B2168D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.35%

R = 52.2%
G = 6.45%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2168D (or 0xB2168D) is known color: Medium Violet Red. HEX triplet: B2, 16 and 8D. RGB value is (178,22,141). Sum of RGB (Red+Green+Blue) = 178+22+141=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2168D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2168D is #4DE972. Grayscale: #515151. Windows color (decimal): -5106035 or 9246386. OLE color: 9246386.

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

Color convert

RGB 178 22 141 -
CMYK 0 0.88 0.21 0.30
HSL 314.23º 0.78% 0.39% -
HSV(B) 314.23º 0.88% 0.7% -
XYZ 23.45 11.96 26.27 -
YUV 82.21 161.18 196.32 -
System Red Green Blue C M Y K H S L
Decimal 178 22 141 0 0.88 0.21 0.30 314.23 0.78 0.39
Hex B2 16 8D 0 58 15 1E 13A 4E 27
Octal 262 26 215 0 130 25 36 472 116 47
Binary 10110010 10110 10001101 0 1011000 10101 11110 100111010 1001110 100111

Color Harmonies of #B2168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2168D

Black with #B2168D

Text Example


Text Example

White with #B2168D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2168D; }

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

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

background-color css

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

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

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

border-color css

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

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

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