Html Css Color HEX #B2337B Medium Red Violet

📋 copy color: '#B2337B'

red 178 ◦ green 51 ◦ blue 123

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

Shades of Medium Red Violet #B2337B

Tints of Medium Red Violet #B2337B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.94%

R = 50.57%
G = 14.49%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2337B (or 0xB2337B) is known color: Medium Red Violet. HEX triplet: B2, 33 and 7B. RGB value is (178,51,123). Sum of RGB (Red+Green+Blue) = 178+51+123=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B2337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2337B is #4DCC84. Grayscale: #616161. Windows color (decimal): -5098629 or 8074162. OLE color: 8074162.

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

Color convert

RGB 178 51 123 -
CMYK 0 0.71 0.31 0.30
HSL 325.98º 0.55% 0.45% -
HSV(B) 325.98º 0.71% 0.7% -
XYZ 23.12 13.26 20.08 -
YUV 97.18 142.58 185.65 -
System Red Green Blue C M Y K H S L
Decimal 178 51 123 0 0.71 0.31 0.30 325.98 0.55 0.45
Hex B2 33 7B 0 47 1F 1E 146 37 2D
Octal 262 63 173 0 107 37 36 506 67 55
Binary 10110010 110011 1111011 0 1000111 11111 11110 101000110 110111 101101

Color Harmonies of #B2337B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2337B

Black with #B2337B

Text Example


Text Example

White with #B2337B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2337B; }

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

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

background-color css

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

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

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

border-color css

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

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

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