Html Css Color HEX #B5267E Medium Red Violet

📋 copy color: '#B5267E'

red 181 ◦ green 38 ◦ blue 126

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

Shades of Medium Red Violet #B5267E

Tints of Medium Red Violet #B5267E

RGB

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

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

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

R = 52.46%
G = 11.01%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5267E (or 0xB5267E) is known color: Medium Red Violet. HEX triplet: B5, 26 and 7E. RGB value is (181,38,126). Sum of RGB (Red+Green+Blue) = 181+38+126=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B5267E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5267E is #4AD981. Grayscale: #5A5A5A. Windows color (decimal): -4905346 or 8267445. OLE color: 8267445.

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

Color convert

RGB 181 38 126 -
CMYK 0 0.79 0.30 0.29
HSL 323.08º 0.65% 0.43% -
HSV(B) 323.08º 0.79% 0.71% -
XYZ 23.52 12.72 20.95 -
YUV 90.79 147.88 192.34 -
System Red Green Blue C M Y K H S L
Decimal 181 38 126 0 0.79 0.30 0.29 323.08 0.65 0.43
Hex B5 26 7E 0 4F 1E 1D 143 41 2B
Octal 265 46 176 0 117 36 35 503 101 53
Binary 10110101 100110 1111110 0 1001111 11110 11101 101000011 1000001 101011

Color Harmonies of #B5267E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5267E

Black with #B5267E

Text Example


Text Example

White with #B5267E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5267E; }

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

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

background-color css

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

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

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

border-color css

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

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

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