Html Css Color HEX #B2238B Medium Red Violet

📋 copy color: '#B2238B'

red 178 ◦ green 35 ◦ blue 139

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

Shades of Medium Red Violet #B2238B

Tints of Medium Red Violet #B2238B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.94%

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

R = 50.57%
G = 9.94%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2238B (or 0xB2238B) is known color: Medium Red Violet. HEX triplet: B2, 23 and 8B. RGB value is (178,35,139). Sum of RGB (Red+Green+Blue) = 178+35+139=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B2238B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2238B is #4DDC74. Grayscale: #595959. Windows color (decimal): -5102709 or 9118642. OLE color: 9118642.

HSL color Cylindrical-coordinate representation of color #B2238B: hue angle of 316.36º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2238B is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 35 139 -
CMYK 0 0.80 0.22 0.30
HSL 316.36º 0.67% 0.42% -
HSV(B) 316.36º 0.8% 0.7% -
XYZ 23.62 12.53 25.6 -
YUV 89.61 155.88 191.04 -
System Red Green Blue C M Y K H S L
Decimal 178 35 139 0 0.80 0.22 0.30 316.36 0.67 0.42
Hex B2 23 8B 0 50 16 1E 13C 43 2A
Octal 262 43 213 0 120 26 36 474 103 52
Binary 10110010 100011 10001011 0 1010000 10110 11110 100111100 1000011 101010

Color Harmonies of #B2238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2238B

Black with #B2238B

Text Example


Text Example

White with #B2238B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2238B; }

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

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

background-color css

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

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

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

border-color css

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

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

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