Html Css Color HEX #B5307C Medium Red Violet

📋 copy color: '#B5307C'

red 181 ◦ green 48 ◦ blue 124

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

Shades of Medium Red Violet #B5307C

Tints of Medium Red Violet #B5307C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.6%

 BLUE value IS 124 (48.83% from 255) = 35.13%

R = 51.27%
G = 13.6%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5307C (or 0xB5307C) is known color: Medium Red Violet. HEX triplet: B5, 30 and 7C. RGB value is (181,48,124). Sum of RGB (Red+Green+Blue) = 181+48+124=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B5307C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5307C is #4ACF83. Grayscale: #606060. Windows color (decimal): -4902788 or 8138933. OLE color: 8138933.

HSL color Cylindrical-coordinate representation of color #B5307C: hue angle of 325.71º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5307C is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 48 124 -
CMYK 0 0.73 0.31 0.29
HSL 325.71º 0.58% 0.45% -
HSV(B) 325.71º 0.73% 0.71% -
XYZ 23.75 13.39 20.4 -
YUV 96.43 143.56 188.32 -
System Red Green Blue C M Y K H S L
Decimal 181 48 124 0 0.73 0.31 0.29 325.71 0.58 0.45
Hex B5 30 7C 0 49 1F 1D 146 3A 2D
Octal 265 60 174 0 111 37 35 506 72 55
Binary 10110101 110000 1111100 0 1001001 11111 11101 101000110 111010 101101

Color Harmonies of #B5307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5307C

Black with #B5307C

Text Example


Text Example

White with #B5307C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5307C; }

 p { color: rgb(181,48,124); }

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

background-color css

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

 a { background-color: rgb(181,48,124); }

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

border-color css

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

 span { border-color: rgb(181,48,124); }

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