Html Css Color HEX #B3236D Medium Red Violet

📋 copy color: '#B3236D'

red 179 ◦ green 35 ◦ blue 109

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

Shades of Medium Red Violet #B3236D

Tints of Medium Red Violet #B3236D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.75%

R = 55.42%
G = 10.84%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B3236D (or 0xB3236D) is known color: Medium Red Violet. HEX triplet: B3, 23 and 6D. RGB value is (179,35,109). Sum of RGB (Red+Green+Blue) = 179+35+109=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B3236D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3236D is #4CDC92. Grayscale: #565656. Windows color (decimal): -5037203 or 7152563. OLE color: 7152563.

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

Color convert

RGB 179 35 109 -
CMYK 0 0.80 0.39 0.30
HSL 329.17º 0.67% 0.42% -
HSV(B) 329.17º 0.8% 0.7% -
XYZ 21.95 11.89 15.61 -
YUV 86.49 140.71 193.98 -
System Red Green Blue C M Y K H S L
Decimal 179 35 109 0 0.80 0.39 0.30 329.17 0.67 0.42
Hex B3 23 6D 0 50 27 1E 149 43 2A
Octal 263 43 155 0 120 47 36 511 103 52
Binary 10110011 100011 1101101 0 1010000 100111 11110 101001001 1000011 101010

Color Harmonies of #B3236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3236D

Black with #B3236D

Text Example


Text Example

White with #B3236D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3236D; }

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

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

background-color css

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

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

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

border-color css

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

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

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