Html Css Color HEX #B5236E Medium Red Violet

📋 copy color: '#B5236E'

red 181 ◦ green 35 ◦ blue 110

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

Shades of Medium Red Violet #B5236E

Tints of Medium Red Violet #B5236E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.74%

R = 55.52%
G = 10.74%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5236E (or 0xB5236E) is known color: Medium Red Violet. HEX triplet: B5, 23 and 6E. RGB value is (181,35,110). Sum of RGB (Red+Green+Blue) = 181+35+110=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B5236E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5236E is #4ADC91. Grayscale: #575757. Windows color (decimal): -4906130 or 7218101. OLE color: 7218101.

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

Color convert

RGB 181 35 110 -
CMYK 0 0.81 0.39 0.29
HSL 329.18º 0.68% 0.42% -
HSV(B) 329.18º 0.81% 0.71% -
XYZ 22.47 12.15 15.91 -
YUV 87.2 140.87 194.9 -
System Red Green Blue C M Y K H S L
Decimal 181 35 110 0 0.81 0.39 0.29 329.18 0.68 0.42
Hex B5 23 6E 0 51 27 1D 149 44 2A
Octal 265 43 156 0 121 47 35 511 104 52
Binary 10110101 100011 1101110 0 1010001 100111 11101 101001001 1000100 101010

Color Harmonies of #B5236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5236E

Black with #B5236E

Text Example


Text Example

White with #B5236E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5236E; }

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

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

background-color css

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

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

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

border-color css

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

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

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