Html Css Color HEX #B5298C Medium Red Violet

📋 copy color: '#B5298C'

red 181 ◦ green 41 ◦ blue 140

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

Shades of Medium Red Violet #B5298C

Tints of Medium Red Violet #B5298C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.33%

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

R = 50%
G = 11.33%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5298C (or 0xB5298C) is known color: Medium Red Violet. HEX triplet: B5, 29 and 8C. RGB value is (181,41,140). Sum of RGB (Red+Green+Blue) = 181+41+140=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B5298C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5298C is #4AD673. Grayscale: #5D5D5D. Windows color (decimal): -4904564 or 9185717. OLE color: 9185717.

HSL color Cylindrical-coordinate representation of color #B5298C: hue angle of 317.57º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5298C is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 41 140 -
CMYK 0 0.77 0.23 0.29
HSL 317.57º 0.63% 0.44% -
HSV(B) 317.57º 0.77% 0.71% -
XYZ 24.58 13.3 26.08 -
YUV 94.15 153.88 189.95 -
System Red Green Blue C M Y K H S L
Decimal 181 41 140 0 0.77 0.23 0.29 317.57 0.63 0.44
Hex B5 29 8C 0 4D 17 1D 13E 3F 2C
Octal 265 51 214 0 115 27 35 476 77 54
Binary 10110101 101001 10001100 0 1001101 10111 11101 100111110 111111 101100

Color Harmonies of #B5298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5298C

Black with #B5298C

Text Example


Text Example

White with #B5298C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5298C; }

 p { color: rgb(181,41,140); }

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

background-color css

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

 a { background-color: rgb(181,41,140); }

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

border-color css

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

 span { border-color: rgb(181,41,140); }

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