#B2267E

Color #B2267E Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #B2267E

Tints of Medium Red Violet #B2267E

Color information

#B2267E (or 0xB2267E) is unknown color: approx Medium Red Violet. HEX triplet: B2, 26 and 7E. RGB value is (178,38,126). Sum of RGB (Red+Green+Blue) = 178+38+126=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B2267E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2267E is #4DD981. Grayscale: #595959. Windows color (decimal): -5101954 or 8267442. OLE color: 8267442.

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

Color convert

RGB17838126-
CMYK00.790.290.30
HSL322.29º64.81%42.35%-
HSV(B)322.29º78.65%69.8%-
XYZ22.8212.3620.92-
YUV89.89148.38190.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.05%
GREEN value IS 38 (15.23% from 255) = 11.11%
BLUE value IS 126 (49.61% from 255) = 36.84%
R=52.05%
G=11.11%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783812600.790.290.30322.2964.8142.35
HexB2267E04F1D1E142412a
Octal262461760117353650210152
Binary1011001010011011111100100111111101111101010000101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2267E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2267E; }

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

 H1.HeaderClassName
 {
   color: #B2267E;
 }
 .AnyTagClassName
 {
   color: #B2267E;
 }
</style>
background-color css

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

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

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

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

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

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