Html Css Color HEX #B2169F Medium Violet Red

📋 copy color: '#B2169F'

red 178 ◦ green 22 ◦ blue 159

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

Shades of Medium Violet Red #B2169F

Tints of Medium Violet Red #B2169F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.29%

R = 49.58%
G = 6.13%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2169F (or 0xB2169F) is known color: Medium Violet Red. HEX triplet: B2, 16 and 9F. RGB value is (178,22,159). Sum of RGB (Red+Green+Blue) = 178+22+159=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 22 (8.98% from 255 or 6.13% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B2169F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2169F is #4DE960. Grayscale: #535353. Windows color (decimal): -5106017 or 10426034. OLE color: 10426034.

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

Color convert

RGB 178 22 159 -
CMYK 0 0.88 0.11 0.30
HSL 307.31º 0.78% 0.39% -
HSV(B) 307.31º 0.88% 0.7% -
XYZ 24.91 12.54 33.91 -
YUV 84.26 170.18 194.86 -
System Red Green Blue C M Y K H S L
Decimal 178 22 159 0 0.88 0.11 0.30 307.31 0.78 0.39
Hex B2 16 9F 0 58 B 1E 133 4E 27
Octal 262 26 237 0 130 13 36 463 116 47
Binary 10110010 10110 10011111 0 1011000 1011 11110 100110011 1001110 100111

Color Harmonies of #B2169F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2169F

Black with #B2169F

Text Example


Text Example

White with #B2169F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2169F; }

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

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

background-color css

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

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

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

border-color css

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

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

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