Html Css Color HEX #B22675 Medium Red Violet

📋 copy color: '#B22675'

red 178 ◦ green 38 ◦ blue 117

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

Shades of Medium Red Violet #B22675

Tints of Medium Red Violet #B22675

RGB

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

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

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

R = 53.45%
G = 11.41%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B22675 (or 0xB22675) is known color: Medium Red Violet. HEX triplet: B2, 26 and 75. RGB value is (178,38,117). Sum of RGB (Red+Green+Blue) = 178+38+117=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B22675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22675 is #4DD98A. Grayscale: #585858. Windows color (decimal): -5101963 or 7677618. OLE color: 7677618.

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

Color convert

RGB 178 38 117 -
CMYK 0 0.79 0.34 0.30
HSL 326.14º 0.65% 0.42% -
HSV(B) 326.14º 0.79% 0.7% -
XYZ 22.26 12.14 18 -
YUV 88.87 143.88 191.58 -
System Red Green Blue C M Y K H S L
Decimal 178 38 117 0 0.79 0.34 0.30 326.14 0.65 0.42
Hex B2 26 75 0 4F 22 1E 146 41 2A
Octal 262 46 165 0 117 42 36 506 101 52
Binary 10110010 100110 1110101 0 1001111 100010 11110 101000110 1000001 101010

Color Harmonies of #B22675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22675

Black with #B22675

Text Example


Text Example

White with #B22675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22675; }

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

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

background-color css

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

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

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

border-color css

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

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

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