Html Css Color HEX #B3238F Medium Red Violet

📋 copy color: '#B3238F'

red 179 ◦ green 35 ◦ blue 143

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

Shades of Medium Red Violet #B3238F

Tints of Medium Red Violet #B3238F

RGB

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

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

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

R = 50.14%
G = 9.8%
B = 40.06%

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

#B3238F (or 0xB3238F) is known color: Medium Red Violet. HEX triplet: B3, 23 and 8F. RGB value is (179,35,143). Sum of RGB (Red+Green+Blue) = 179+35+143=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B3238F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3238F is #4CDC70. Grayscale: #5A5A5A. Windows color (decimal): -5037169 or 9380787. OLE color: 9380787.

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

Color convert

RGB 179 35 143 -
CMYK 0 0.80 0.20 0.30
HSL 315º 0.67% 0.42% -
HSV(B) 315º 0.8% 0.7% -
XYZ 24.15 12.77 27.18 -
YUV 90.37 157.71 191.22 -
System Red Green Blue C M Y K H S L
Decimal 179 35 143 0 0.80 0.20 0.30 315 0.67 0.42
Hex B3 23 8F 0 50 14 1E 13B 43 2A
Octal 263 43 217 0 120 24 36 473 103 52
Binary 10110011 100011 10001111 0 1010000 10100 11110 100111011 1000011 101010

Color Harmonies of #B3238F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3238F

Black with #B3238F

Text Example


Text Example

White with #B3238F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3238F; }

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

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

background-color css

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

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

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

border-color css

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

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

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