Html Css Color HEX #B2238F Medium Red Violet

📋 copy color: '#B2238F'

red 178 ◦ green 35 ◦ blue 143

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

Shades of Medium Red Violet #B2238F

Tints of Medium Red Violet #B2238F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.17%

R = 50%
G = 9.83%
B = 40.17%

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

#B2238F (or 0xB2238F) is known color: Medium Red Violet. HEX triplet: B2, 23 and 8F. RGB value is (178,35,143). Sum of RGB (Red+Green+Blue) = 178+35+143=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B2238F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2238F is #4DDC70. Grayscale: #595959. Windows color (decimal): -5102705 or 9380786. OLE color: 9380786.

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

Color convert

RGB 178 35 143 -
CMYK 0 0.80 0.20 0.30
HSL 314.69º 0.67% 0.42% -
HSV(B) 314.69º 0.8% 0.7% -
XYZ 23.92 12.65 27.17 -
YUV 90.07 157.88 190.72 -
System Red Green Blue C M Y K H S L
Decimal 178 35 143 0 0.80 0.20 0.30 314.69 0.67 0.42
Hex B2 23 8F 0 50 14 1E 13B 43 2A
Octal 262 43 217 0 120 24 36 473 103 52
Binary 10110010 100011 10001111 0 1010000 10100 11110 100111011 1000011 101010

Color Harmonies of #B2238F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2238F

Black with #B2238F

Text Example


Text Example

White with #B2238F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2238F; }

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

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

background-color css

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

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

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

border-color css

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

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

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