Html Css Color HEX #B22594 Medium Red Violet

📋 copy color: '#B22594'

red 178 ◦ green 37 ◦ blue 148

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

Shades of Medium Red Violet #B22594

Tints of Medium Red Violet #B22594

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.19%

 BLUE value IS 148 (58.2% from 255) = 40.77%

R = 49.04%
G = 10.19%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B22594 (or 0xB22594) is known color: Medium Red Violet. HEX triplet: B2, 25 and 94. RGB value is (178,37,148). Sum of RGB (Red+Green+Blue) = 178+37+148=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B22594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22594 is #4DDA6B. Grayscale: #5B5B5B. Windows color (decimal): -5102188 or 9708978. OLE color: 9708978.

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

Color convert

RGB 178 37 148 -
CMYK 0 0.79 0.17 0.30
HSL 312.77º 0.66% 0.42% -
HSV(B) 312.77º 0.79% 0.7% -
XYZ 24.37 12.93 29.23 -
YUV 91.81 159.71 189.47 -
System Red Green Blue C M Y K H S L
Decimal 178 37 148 0 0.79 0.17 0.30 312.77 0.66 0.42
Hex B2 25 94 0 4F 11 1E 139 42 2A
Octal 262 45 224 0 117 21 36 471 102 52
Binary 10110010 100101 10010100 0 1001111 10001 11110 100111001 1000010 101010

Color Harmonies of #B22594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22594

Black with #B22594

Text Example


Text Example

White with #B22594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22594; }

 p { color: rgb(178,37,148); }

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

background-color css

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

 a { background-color: rgb(178,37,148); }

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

border-color css

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

 span { border-color: rgb(178,37,148); }

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