Html Css Color HEX #B2238C Medium Red Violet

📋 copy color: '#B2238C'

red 178 ◦ green 35 ◦ blue 140

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

Shades of Medium Red Violet #B2238C

Tints of Medium Red Violet #B2238C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.66%

R = 50.42%
G = 9.92%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2238C (or 0xB2238C) is known color: Medium Red Violet. HEX triplet: B2, 23 and 8C. RGB value is (178,35,140). Sum of RGB (Red+Green+Blue) = 178+35+140=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B2238C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2238C is #4DDC73. Grayscale: #595959. Windows color (decimal): -5102708 or 9184178. OLE color: 9184178.

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

Color convert

RGB 178 35 140 -
CMYK 0 0.80 0.21 0.30
HSL 315.94º 0.67% 0.42% -
HSV(B) 315.94º 0.8% 0.7% -
XYZ 23.69 12.56 25.99 -
YUV 89.73 156.38 190.96 -
System Red Green Blue C M Y K H S L
Decimal 178 35 140 0 0.80 0.21 0.30 315.94 0.67 0.42
Hex B2 23 8C 0 50 15 1E 13C 43 2A
Octal 262 43 214 0 120 25 36 474 103 52
Binary 10110010 100011 10001100 0 1010000 10101 11110 100111100 1000011 101010

Color Harmonies of #B2238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2238C

Black with #B2238C

Text Example


Text Example

White with #B2238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2238C; }

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

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

background-color css

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

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

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

border-color css

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

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

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