Html Css Color HEX #B5267C Medium Red Violet

📋 copy color: '#B5267C'

red 181 ◦ green 38 ◦ blue 124

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

Shades of Medium Red Violet #B5267C

Tints of Medium Red Violet #B5267C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.08%

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

R = 52.77%
G = 11.08%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5267C (or 0xB5267C) is known color: Medium Red Violet. HEX triplet: B5, 26 and 7C. RGB value is (181,38,124). Sum of RGB (Red+Green+Blue) = 181+38+124=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B5267C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5267C is #4AD983. Grayscale: #5A5A5A. Windows color (decimal): -4905348 or 8136373. OLE color: 8136373.

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

Color convert

RGB 181 38 124 -
CMYK 0 0.79 0.31 0.29
HSL 323.92º 0.65% 0.43% -
HSV(B) 323.92º 0.79% 0.71% -
XYZ 23.39 12.67 20.28 -
YUV 90.56 146.88 192.51 -
System Red Green Blue C M Y K H S L
Decimal 181 38 124 0 0.79 0.31 0.29 323.92 0.65 0.43
Hex B5 26 7C 0 4F 1F 1D 144 41 2B
Octal 265 46 174 0 117 37 35 504 101 53
Binary 10110101 100110 1111100 0 1001111 11111 11101 101000100 1000001 101011

Color Harmonies of #B5267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5267C

Black with #B5267C

Text Example


Text Example

White with #B5267C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5267C; }

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

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

background-color css

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

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

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

border-color css

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

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

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