Html Css Color HEX #B22875 Medium Red Violet

📋 copy color: '#B22875'

red 178 ◦ green 40 ◦ blue 117

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

Shades of Medium Red Violet #B22875

Tints of Medium Red Violet #B22875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.94%

 BLUE value IS 117 (46.09% from 255) = 34.93%

R = 53.13%
G = 11.94%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B22875 (or 0xB22875) is known color: Medium Red Violet. HEX triplet: B2, 28 and 75. RGB value is (178,40,117). Sum of RGB (Red+Green+Blue) = 178+40+117=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B22875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22875 is #4DD78A. Grayscale: #595959. Windows color (decimal): -5101451 or 7678130. OLE color: 7678130.

HSL color Cylindrical-coordinate representation of color #B22875: hue angle of 326.52º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B22875 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 40 117 -
CMYK 0 0.78 0.34 0.30
HSL 326.52º 0.63% 0.43% -
HSV(B) 326.52º 0.78% 0.7% -
XYZ 22.33 12.27 18.02 -
YUV 90.04 143.22 190.74 -
System Red Green Blue C M Y K H S L
Decimal 178 40 117 0 0.78 0.34 0.30 326.52 0.63 0.43
Hex B2 28 75 0 4E 22 1E 147 3F 2B
Octal 262 50 165 0 116 42 36 507 77 53
Binary 10110010 101000 1110101 0 1001110 100010 11110 101000111 111111 101011

Color Harmonies of #B22875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22875

Black with #B22875

Text Example


Text Example

White with #B22875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22875; }

 p { color: rgb(178,40,117); }

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

background-color css

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

 a { background-color: rgb(178,40,117); }

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

border-color css

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

 span { border-color: rgb(178,40,117); }

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