Html Css Color HEX #B2337E Medium Red Violet

📋 copy color: '#B2337E'

red 178 ◦ green 51 ◦ blue 126

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

Shades of Medium Red Violet #B2337E

Tints of Medium Red Violet #B2337E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.37%

 BLUE value IS 126 (49.61% from 255) = 35.49%

R = 50.14%
G = 14.37%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2337E (or 0xB2337E) is known color: Medium Red Violet. HEX triplet: B2, 33 and 7E. RGB value is (178,51,126). Sum of RGB (Red+Green+Blue) = 178+51+126=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2337E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2337E is #4DCC81. Grayscale: #616161. Windows color (decimal): -5098626 or 8270770. OLE color: 8270770.

HSL color Cylindrical-coordinate representation of color #B2337E: hue angle of 324.57º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2337E is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 51 126 -
CMYK 0 0.71 0.29 0.30
HSL 324.57º 0.55% 0.45% -
HSV(B) 324.57º 0.71% 0.7% -
XYZ 23.31 13.34 21.08 -
YUV 97.52 144.08 185.4 -
System Red Green Blue C M Y K H S L
Decimal 178 51 126 0 0.71 0.29 0.30 324.57 0.55 0.45
Hex B2 33 7E 0 47 1D 1E 145 37 2D
Octal 262 63 176 0 107 35 36 505 67 55
Binary 10110010 110011 1111110 0 1000111 11101 11110 101000101 110111 101101

Color Harmonies of #B2337E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2337E

Black with #B2337E

Text Example


Text Example

White with #B2337E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2337E; }

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

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

background-color css

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

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

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

border-color css

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

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

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