Html Css Color HEX #B2256E Medium Red Violet

📋 copy color: '#B2256E'

red 178 ◦ green 37 ◦ blue 110

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

Shades of Medium Red Violet #B2256E

Tints of Medium Red Violet #B2256E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.38%

 BLUE value IS 110 (43.36% from 255) = 33.85%

R = 54.77%
G = 11.38%
B = 33.85%

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

#B2256E (or 0xB2256E) is known color: Medium Red Violet. HEX triplet: B2, 25 and 6E. RGB value is (178,37,110). Sum of RGB (Red+Green+Blue) = 178+37+110=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B2256E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2256E is #4DDA91. Grayscale: #575757. Windows color (decimal): -5102226 or 7218610. OLE color: 7218610.

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

Color convert

RGB 178 37 110 -
CMYK 0 0.79 0.38 0.30
HSL 328.94º 0.66% 0.42% -
HSV(B) 328.94º 0.79% 0.7% -
XYZ 21.84 11.91 15.9 -
YUV 87.48 140.71 192.56 -
System Red Green Blue C M Y K H S L
Decimal 178 37 110 0 0.79 0.38 0.30 328.94 0.66 0.42
Hex B2 25 6E 0 4F 26 1E 149 42 2A
Octal 262 45 156 0 117 46 36 511 102 52
Binary 10110010 100101 1101110 0 1001111 100110 11110 101001001 1000010 101010

Color Harmonies of #B2256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2256E

Black with #B2256E

Text Example


Text Example

White with #B2256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2256E; }

 p { color: rgb(178,37,110); }

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

background-color css

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

 a { background-color: rgb(178,37,110); }

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

border-color css

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

 span { border-color: rgb(178,37,110); }

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