Html Css Color HEX #B5236D Medium Red Violet

📋 copy color: '#B5236D'

red 181 ◦ green 35 ◦ blue 109

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

Shades of Medium Red Violet #B5236D

Tints of Medium Red Violet #B5236D

RGB

 RED value IS 181 (71.09% from 255) = 55.69%

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

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

R = 55.69%
G = 10.77%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5236D (or 0xB5236D) is known color: Medium Red Violet. HEX triplet: B5, 23 and 6D. RGB value is (181,35,109). Sum of RGB (Red+Green+Blue) = 181+35+109=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B5236D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5236D is #4ADC92. Grayscale: #565656. Windows color (decimal): -4906131 or 7152565. OLE color: 7152565.

HSL color Cylindrical-coordinate representation of color #B5236D: hue angle of 329.59º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5236D is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 35 109 -
CMYK 0 0.81 0.40 0.29
HSL 329.59º 0.68% 0.42% -
HSV(B) 329.59º 0.81% 0.71% -
XYZ 22.42 12.13 15.63 -
YUV 87.09 140.37 194.98 -
System Red Green Blue C M Y K H S L
Decimal 181 35 109 0 0.81 0.40 0.29 329.59 0.68 0.42
Hex B5 23 6D 0 51 28 1D 14A 44 2A
Octal 265 43 155 0 121 50 35 512 104 52
Binary 10110101 100011 1101101 0 1010001 101000 11101 101001010 1000100 101010

Color Harmonies of #B5236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5236D

Black with #B5236D

Text Example


Text Example

White with #B5236D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5236D; }

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

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

background-color css

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

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

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

border-color css

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

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

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