Html Css Color HEX #B2339B Medium Red Violet

📋 copy color: '#B2339B'

red 178 ◦ green 51 ◦ blue 155

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

Shades of Medium Red Violet #B2339B

Tints of Medium Red Violet #B2339B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.36%

R = 46.35%
G = 13.28%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2339B (or 0xB2339B) is known color: Medium Red Violet. HEX triplet: B2, 33 and 9B. RGB value is (178,51,155). Sum of RGB (Red+Green+Blue) = 178+51+155=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B2339B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2339B is #4DCC64. Grayscale: #646464. Windows color (decimal): -5098597 or 10171314. OLE color: 10171314.

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

Color convert

RGB 178 51 155 -
CMYK 0 0.71 0.13 0.30
HSL 310.87º 0.55% 0.45% -
HSV(B) 310.87º 0.71% 0.7% -
XYZ 25.46 14.2 32.41 -
YUV 100.83 158.58 183.04 -
System Red Green Blue C M Y K H S L
Decimal 178 51 155 0 0.71 0.13 0.30 310.87 0.55 0.45
Hex B2 33 9B 0 47 D 1E 137 37 2D
Octal 262 63 233 0 107 15 36 467 67 55
Binary 10110010 110011 10011011 0 1000111 1101 11110 100110111 110111 101101

Color Harmonies of #B2339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2339B

Black with #B2339B

Text Example


Text Example

White with #B2339B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2339B; }

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

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

background-color css

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

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

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

border-color css

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

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

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