Html Css Color HEX #B2358B Medium Red Violet

📋 copy color: '#B2358B'

red 178 ◦ green 53 ◦ blue 139

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

Shades of Medium Red Violet #B2358B

Tints of Medium Red Violet #B2358B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.32%

 BLUE value IS 139 (54.69% from 255) = 37.57%

R = 48.11%
G = 14.32%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2358B (or 0xB2358B) is known color: Medium Red Violet. HEX triplet: B2, 35 and 8B. RGB value is (178,53,139). Sum of RGB (Red+Green+Blue) = 178+53+139=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B2358B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2358B is #4DCA74. Grayscale: #636363. Windows color (decimal): -5098101 or 9123250. OLE color: 9123250.

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

Color convert

RGB 178 53 139 -
CMYK 0 0.70 0.22 0.30
HSL 318.72º 0.54% 0.45% -
HSV(B) 318.72º 0.7% 0.7% -
XYZ 24.29 13.88 25.82 -
YUV 100.18 149.91 183.51 -
System Red Green Blue C M Y K H S L
Decimal 178 53 139 0 0.70 0.22 0.30 318.72 0.54 0.45
Hex B2 35 8B 0 46 16 1E 13F 36 2D
Octal 262 65 213 0 106 26 36 477 66 55
Binary 10110010 110101 10001011 0 1000110 10110 11110 100111111 110110 101101

Color Harmonies of #B2358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2358B

Black with #B2358B

Text Example


Text Example

White with #B2358B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2358B; }

 p { color: rgb(178,53,139); }

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

background-color css

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

 a { background-color: rgb(178,53,139); }

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

border-color css

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

 span { border-color: rgb(178,53,139); }

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