Html Css Color HEX #B2266F Medium Red Violet

📋 copy color: '#B2266F'

red 178 ◦ green 38 ◦ blue 111

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

Shades of Medium Red Violet #B2266F

Tints of Medium Red Violet #B2266F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.94%

R = 54.43%
G = 11.62%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2266F (or 0xB2266F) is known color: Medium Red Violet. HEX triplet: B2, 26 and 6F. RGB value is (178,38,111). Sum of RGB (Red+Green+Blue) = 178+38+111=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B2266F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2266F is #4DD990. Grayscale: #585858. Windows color (decimal): -5101969 or 7284402. OLE color: 7284402.

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

Color convert

RGB 178 38 111 -
CMYK 0 0.79 0.38 0.30
HSL 328.71º 0.65% 0.42% -
HSV(B) 328.71º 0.79% 0.7% -
XYZ 21.92 12 16.2 -
YUV 88.18 140.88 192.06 -
System Red Green Blue C M Y K H S L
Decimal 178 38 111 0 0.79 0.38 0.30 328.71 0.65 0.42
Hex B2 26 6F 0 4F 26 1E 149 41 2A
Octal 262 46 157 0 117 46 36 511 101 52
Binary 10110010 100110 1101111 0 1001111 100110 11110 101001001 1000001 101010

Color Harmonies of #B2266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2266F

Black with #B2266F

Text Example


Text Example

White with #B2266F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2266F; }

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

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

background-color css

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

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

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

border-color css

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

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

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