Html Css Color HEX #B2238E Medium Red Violet

📋 copy color: '#B2238E'

red 178 ◦ green 35 ◦ blue 142

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

Shades of Medium Red Violet #B2238E

Tints of Medium Red Violet #B2238E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40%

R = 50.14%
G = 9.86%
B = 40%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2238E (or 0xB2238E) is known color: Medium Red Violet. HEX triplet: B2, 23 and 8E. RGB value is (178,35,142). Sum of RGB (Red+Green+Blue) = 178+35+142=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2238E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2238E is #4DDC71. Grayscale: #595959. Windows color (decimal): -5102706 or 9315250. OLE color: 9315250.

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

Color convert

RGB 178 35 142 -
CMYK 0 0.80 0.20 0.30
HSL 315.1º 0.67% 0.42% -
HSV(B) 315.1º 0.8% 0.7% -
XYZ 23.84 12.62 26.77 -
YUV 89.96 157.38 190.8 -
System Red Green Blue C M Y K H S L
Decimal 178 35 142 0 0.80 0.20 0.30 315.1 0.67 0.42
Hex B2 23 8E 0 50 14 1E 13B 43 2A
Octal 262 43 216 0 120 24 36 473 103 52
Binary 10110010 100011 10001110 0 1010000 10100 11110 100111011 1000011 101010

Color Harmonies of #B2238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2238E

Black with #B2238E

Text Example


Text Example

White with #B2238E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2238E; }

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

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

background-color css

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

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

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

border-color css

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

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

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