Html Css Color HEX #B22282 Medium Red Violet

📋 copy color: '#B22282'

red 178 ◦ green 34 ◦ blue 130

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

Shades of Medium Red Violet #B22282

Tints of Medium Red Violet #B22282

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.94%

 BLUE value IS 130 (51.17% from 255) = 38.01%

R = 52.05%
G = 9.94%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B22282 (or 0xB22282) is known color: Medium Red Violet. HEX triplet: B2, 22 and 82. RGB value is (178,34,130). Sum of RGB (Red+Green+Blue) = 178+34+130=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B22282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22282 is #4DDD7D. Grayscale: #575757. Windows color (decimal): -5102974 or 8528562. OLE color: 8528562.

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

Color convert

RGB 178 34 130 -
CMYK 0 0.81 0.27 0.30
HSL 320º 0.68% 0.42% -
HSV(B) 320º 0.81% 0.7% -
XYZ 22.96 12.22 22.27 -
YUV 88 151.71 192.19 -
System Red Green Blue C M Y K H S L
Decimal 178 34 130 0 0.81 0.27 0.30 320 0.68 0.42
Hex B2 22 82 0 51 1B 1E 140 44 2A
Octal 262 42 202 0 121 33 36 500 104 52
Binary 10110010 100010 10000010 0 1010001 11011 11110 101000000 1000100 101010

Color Harmonies of #B22282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22282

Black with #B22282

Text Example


Text Example

White with #B22282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22282; }

 p { color: rgb(178,34,130); }

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

background-color css

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

 a { background-color: rgb(178,34,130); }

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

border-color css

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

 span { border-color: rgb(178,34,130); }

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