Html Css Color HEX #B2218A Medium Red Violet

📋 copy color: '#B2218A'

red 178 ◦ green 33 ◦ blue 138

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

Shades of Medium Red Violet #B2218A

Tints of Medium Red Violet #B2218A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.46%

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

R = 51%
G = 9.46%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2218A (or 0xB2218A) is known color: Medium Red Violet. HEX triplet: B2, 21 and 8A. RGB value is (178,33,138). Sum of RGB (Red+Green+Blue) = 178+33+138=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B2218A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2218A is #4DDE75. Grayscale: #585858. Windows color (decimal): -5103222 or 9052594. OLE color: 9052594.

HSL color Cylindrical-coordinate representation of color #B2218A: hue angle of 316.55º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2218A is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 33 138 -
CMYK 0 0.81 0.22 0.30
HSL 316.55º 0.69% 0.41% -
HSV(B) 316.55º 0.81% 0.7% -
XYZ 23.49 12.39 25.2 -
YUV 88.33 156.04 191.96 -
System Red Green Blue C M Y K H S L
Decimal 178 33 138 0 0.81 0.22 0.30 316.55 0.69 0.41
Hex B2 21 8A 0 51 16 1E 13D 45 29
Octal 262 41 212 0 121 26 36 475 105 51
Binary 10110010 100001 10001010 0 1010001 10110 11110 100111101 1000101 101001

Color Harmonies of #B2218A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2218A

Black with #B2218A

Text Example


Text Example

White with #B2218A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2218A; }

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

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

background-color css

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

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

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

border-color css

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

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

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