Html Css Color HEX #B3238A Medium Red Violet

📋 copy color: '#B3238A'

red 179 ◦ green 35 ◦ blue 138

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

Shades of Medium Red Violet #B3238A

Tints of Medium Red Violet #B3238A

RGB

 RED value IS 179 (70.31% from 255) = 50.85%

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

 BLUE value IS 138 (54.3% from 255) = 39.2%

R = 50.85%
G = 9.94%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B3238A (or 0xB3238A) is known color: Medium Red Violet. HEX triplet: B3, 23 and 8A. RGB value is (179,35,138). Sum of RGB (Red+Green+Blue) = 179+35+138=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B3238A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3238A is #4CDC75. Grayscale: #595959. Windows color (decimal): -5037174 or 9053107. OLE color: 9053107.

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

Color convert

RGB 179 35 138 -
CMYK 0 0.80 0.23 0.30
HSL 317.08º 0.67% 0.42% -
HSV(B) 317.08º 0.8% 0.7% -
XYZ 23.78 12.62 25.23 -
YUV 89.8 155.21 191.62 -
System Red Green Blue C M Y K H S L
Decimal 179 35 138 0 0.80 0.23 0.30 317.08 0.67 0.42
Hex B3 23 8A 0 50 17 1E 13D 43 2A
Octal 263 43 212 0 120 27 36 475 103 52
Binary 10110011 100011 10001010 0 1010000 10111 11110 100111101 1000011 101010

Color Harmonies of #B3238A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3238A

Black with #B3238A

Text Example


Text Example

White with #B3238A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3238A; }

 p { color: rgb(179,35,138); }

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

background-color css

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

 a { background-color: rgb(179,35,138); }

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

border-color css

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

 span { border-color: rgb(179,35,138); }

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