Html Css Color HEX #B5307E Medium Red Violet

📋 copy color: '#B5307E'

red 181 ◦ green 48 ◦ blue 126

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

Shades of Medium Red Violet #B5307E

Tints of Medium Red Violet #B5307E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.49%

R = 50.99%
G = 13.52%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5307E (or 0xB5307E) is known color: Medium Red Violet. HEX triplet: B5, 30 and 7E. RGB value is (181,48,126). Sum of RGB (Red+Green+Blue) = 181+48+126=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B5307E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5307E is #4ACF81. Grayscale: #606060. Windows color (decimal): -4902786 or 8270005. OLE color: 8270005.

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

Color convert

RGB 181 48 126 -
CMYK 0 0.73 0.30 0.29
HSL 324.81º 0.58% 0.45% -
HSV(B) 324.81º 0.73% 0.71% -
XYZ 23.88 13.44 21.08 -
YUV 96.66 144.56 188.16 -
System Red Green Blue C M Y K H S L
Decimal 181 48 126 0 0.73 0.30 0.29 324.81 0.58 0.45
Hex B5 30 7E 0 49 1E 1D 145 3A 2D
Octal 265 60 176 0 111 36 35 505 72 55
Binary 10110101 110000 1111110 0 1001001 11110 11101 101000101 111010 101101

Color Harmonies of #B5307E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5307E

Black with #B5307E

Text Example


Text Example

White with #B5307E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5307E; }

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

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

background-color css

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

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

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

border-color css

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

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

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