Html Css Color HEX #B2168B Medium Violet Red

📋 copy color: '#B2168B'

red 178 ◦ green 22 ◦ blue 139

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

Shades of Medium Violet Red #B2168B

Tints of Medium Violet Red #B2168B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41%

R = 52.51%
G = 6.49%
B = 41%

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

#B2168B (or 0xB2168B) is known color: Medium Violet Red. HEX triplet: B2, 16 and 8B. RGB value is (178,22,139). Sum of RGB (Red+Green+Blue) = 178+22+139=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B2168B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2168B is #4DE974. Grayscale: #515151. Windows color (decimal): -5106037 or 9115314. OLE color: 9115314.

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

Color convert

RGB 178 22 139 -
CMYK 0 0.88 0.22 0.30
HSL 315º 0.78% 0.39% -
HSV(B) 315º 0.88% 0.7% -
XYZ 23.31 11.9 25.5 -
YUV 81.98 160.18 196.49 -
System Red Green Blue C M Y K H S L
Decimal 178 22 139 0 0.88 0.22 0.30 315 0.78 0.39
Hex B2 16 8B 0 58 16 1E 13B 4E 27
Octal 262 26 213 0 130 26 36 473 116 47
Binary 10110010 10110 10001011 0 1011000 10110 11110 100111011 1001110 100111

Color Harmonies of #B2168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2168B

Black with #B2168B

Text Example


Text Example

White with #B2168B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2168B; }

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

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

background-color css

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

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

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

border-color css

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

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

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