Html Css Color HEX #B3238C Medium Red Violet

📋 copy color: '#B3238C'

red 179 ◦ green 35 ◦ blue 140

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

Shades of Medium Red Violet #B3238C

Tints of Medium Red Violet #B3238C

RGB

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

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

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

R = 50.56%
G = 9.89%
B = 39.55%

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

#B3238C (or 0xB3238C) is known color: Medium Red Violet. HEX triplet: B3, 23 and 8C. RGB value is (179,35,140). Sum of RGB (Red+Green+Blue) = 179+35+140=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 35 (14.06% from 255 or 9.89% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B3238C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3238C is #4CDC73. Grayscale: #595959. Windows color (decimal): -5037172 or 9184179. OLE color: 9184179.

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

Color convert

RGB 179 35 140 -
CMYK 0 0.80 0.22 0.30
HSL 316.25º 0.67% 0.42% -
HSV(B) 316.25º 0.8% 0.7% -
XYZ 23.93 12.68 26 -
YUV 90.03 156.21 191.46 -
System Red Green Blue C M Y K H S L
Decimal 179 35 140 0 0.80 0.22 0.30 316.25 0.67 0.42
Hex B3 23 8C 0 50 16 1E 13C 43 2A
Octal 263 43 214 0 120 26 36 474 103 52
Binary 10110011 100011 10001100 0 1010000 10110 11110 100111100 1000011 101010

Color Harmonies of #B3238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3238C

Black with #B3238C

Text Example


Text Example

White with #B3238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3238C; }

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

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

background-color css

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

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

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

border-color css

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

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

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