Html Css Color HEX #B5307A Medium Red Violet

📋 copy color: '#B5307A'

red 181 ◦ green 48 ◦ blue 122

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

Shades of Medium Red Violet #B5307A

Tints of Medium Red Violet #B5307A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.76%

R = 51.57%
G = 13.68%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B5307A (or 0xB5307A) is known color: Medium Red Violet. HEX triplet: B5, 30 and 7A. RGB value is (181,48,122). Sum of RGB (Red+Green+Blue) = 181+48+122=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B5307A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5307A is #4ACF85. Grayscale: #606060. Windows color (decimal): -4902790 or 8007861. OLE color: 8007861.

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

Color convert

RGB 181 48 122 -
CMYK 0 0.73 0.33 0.29
HSL 326.62º 0.58% 0.45% -
HSV(B) 326.62º 0.73% 0.71% -
XYZ 23.63 13.34 19.74 -
YUV 96.2 142.56 188.48 -
System Red Green Blue C M Y K H S L
Decimal 181 48 122 0 0.73 0.33 0.29 326.62 0.58 0.45
Hex B5 30 7A 0 49 21 1D 147 3A 2D
Octal 265 60 172 0 111 41 35 507 72 55
Binary 10110101 110000 1111010 0 1001001 100001 11101 101000111 111010 101101

Color Harmonies of #B5307A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5307A

Black with #B5307A

Text Example


Text Example

White with #B5307A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5307A; }

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

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

background-color css

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

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

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

border-color css

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

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

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