Html Css Color HEX #B22D9E Medium Red Violet

📋 copy color: '#B22D9E'

red 178 ◦ green 45 ◦ blue 158

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

Shades of Medium Red Violet #B22D9E

Tints of Medium Red Violet #B22D9E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.81%

 BLUE value IS 158 (62.11% from 255) = 41.47%

R = 46.72%
G = 11.81%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B22D9E (or 0xB22D9E) is known color: Medium Red Violet. HEX triplet: B2, 2D and 9E. RGB value is (178,45,158). Sum of RGB (Red+Green+Blue) = 178+45+158=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 45 (17.97% from 255 or 11.81% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22D9E is #4DD261. Grayscale: #616161. Windows color (decimal): -5100130 or 10366386. OLE color: 10366386.

HSL color Cylindrical-coordinate representation of color #B22D9E: hue angle of 309.02º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22D9E is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 45 158 -
CMYK 0 0.75 0.11 0.30
HSL 309.02º 0.6% 0.44% -
HSV(B) 309.02º 0.75% 0.7% -
XYZ 25.47 13.81 33.67 -
YUV 97.65 162.06 185.31 -
System Red Green Blue C M Y K H S L
Decimal 178 45 158 0 0.75 0.11 0.30 309.02 0.6 0.44
Hex B2 2D 9E 0 4B B 1E 135 3C 2C
Octal 262 55 236 0 113 13 36 465 74 54
Binary 10110010 101101 10011110 0 1001011 1011 11110 100110101 111100 101100

Color Harmonies of #B22D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22D9E

Black with #B22D9E

Text Example


Text Example

White with #B22D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22D9E; }

 p { color: rgb(178,45,158); }

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

background-color css

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

 a { background-color: rgb(178,45,158); }

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

border-color css

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

 span { border-color: rgb(178,45,158); }

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