Html Css Color HEX #B2169C Medium Violet Red

📋 copy color: '#B2169C'

red 178 ◦ green 22 ◦ blue 156

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

Shades of Medium Violet Red #B2169C

Tints of Medium Violet Red #B2169C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.82%

R = 50%
G = 6.18%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2169C (or 0xB2169C) is known color: Medium Violet Red. HEX triplet: B2, 16 and 9C. RGB value is (178,22,156). Sum of RGB (Red+Green+Blue) = 178+22+156=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B2169C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2169C is #4DE963. Grayscale: #535353. Windows color (decimal): -5106020 or 10229426. OLE color: 10229426.

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

Color convert

RGB 178 22 156 -
CMYK 0 0.88 0.12 0.30
HSL 308.46º 0.78% 0.39% -
HSV(B) 308.46º 0.88% 0.7% -
XYZ 24.65 12.44 32.55 -
YUV 83.92 168.68 195.1 -
System Red Green Blue C M Y K H S L
Decimal 178 22 156 0 0.88 0.12 0.30 308.46 0.78 0.39
Hex B2 16 9C 0 58 C 1E 134 4E 27
Octal 262 26 234 0 130 14 36 464 116 47
Binary 10110010 10110 10011100 0 1011000 1100 11110 100110100 1001110 100111

Color Harmonies of #B2169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2169C

Black with #B2169C

Text Example


Text Example

White with #B2169C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2169C; }

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

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

background-color css

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

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

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

border-color css

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

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

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