Html Css Color HEX #B22696 Medium Red Violet

📋 copy color: '#B22696'

red 178 ◦ green 38 ◦ blue 150

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

Shades of Medium Red Violet #B22696

Tints of Medium Red Violet #B22696

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.38%

 BLUE value IS 150 (58.98% from 255) = 40.98%

R = 48.63%
G = 10.38%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B22696 (or 0xB22696) is known color: Medium Red Violet. HEX triplet: B2, 26 and 96. RGB value is (178,38,150). Sum of RGB (Red+Green+Blue) = 178+38+150=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B22696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22696 is #4DD969. Grayscale: #5C5C5C. Windows color (decimal): -5101930 or 9840306. OLE color: 9840306.

HSL color Cylindrical-coordinate representation of color #B22696: hue angle of 312º degrees, saturation: 0.65, 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 #B22696 is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 38 150 -
CMYK 0 0.79 0.16 0.30
HSL 312º 0.65% 0.42% -
HSV(B) 312º 0.79% 0.7% -
XYZ 24.56 13.05 30.08 -
YUV 92.63 160.38 188.89 -
System Red Green Blue C M Y K H S L
Decimal 178 38 150 0 0.79 0.16 0.30 312 0.65 0.42
Hex B2 26 96 0 4F 10 1E 138 41 2A
Octal 262 46 226 0 117 20 36 470 101 52
Binary 10110010 100110 10010110 0 1001111 10000 11110 100111000 1000001 101010

Color Harmonies of #B22696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22696

Black with #B22696

Text Example


Text Example

White with #B22696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22696; }

 p { color: rgb(178,38,150); }

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

background-color css

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

 a { background-color: rgb(178,38,150); }

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

border-color css

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

 span { border-color: rgb(178,38,150); }

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