Html Css Color HEX #B2267F Medium Red Violet

📋 copy color: '#B2267F'

red 178 ◦ green 38 ◦ blue 127

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

Shades of Medium Red Violet #B2267F

Tints of Medium Red Violet #B2267F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.03%

R = 51.9%
G = 11.08%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2267F (or 0xB2267F) is known color: Medium Red Violet. HEX triplet: B2, 26 and 7F. RGB value is (178,38,127). Sum of RGB (Red+Green+Blue) = 178+38+127=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B2267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2267F is #4DD980. Grayscale: #595959. Windows color (decimal): -5101953 or 8332978. OLE color: 8332978.

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

Color convert

RGB 178 38 127 -
CMYK 0 0.79 0.29 0.30
HSL 321.86º 0.65% 0.42% -
HSV(B) 321.86º 0.79% 0.7% -
XYZ 22.88 12.38 21.26 -
YUV 90.01 148.88 190.76 -
System Red Green Blue C M Y K H S L
Decimal 178 38 127 0 0.79 0.29 0.30 321.86 0.65 0.42
Hex B2 26 7F 0 4F 1D 1E 142 41 2A
Octal 262 46 177 0 117 35 36 502 101 52
Binary 10110010 100110 1111111 0 1001111 11101 11110 101000010 1000001 101010

Color Harmonies of #B2267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2267F

Black with #B2267F

Text Example


Text Example

White with #B2267F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2267F; }

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

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

background-color css

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

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

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

border-color css

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

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

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