Html Css Color HEX #B5267F Medium Red Violet

📋 copy color: '#B5267F'

red 181 ◦ green 38 ◦ blue 127

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

Shades of Medium Red Violet #B5267F

Tints of Medium Red Violet #B5267F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.71%

R = 52.31%
G = 10.98%
B = 36.71%

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

#B5267F (or 0xB5267F) is known color: Medium Red Violet. HEX triplet: B5, 26 and 7F. RGB value is (181,38,127). Sum of RGB (Red+Green+Blue) = 181+38+127=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B5267F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5267F is #4AD980. Grayscale: #5A5A5A. Windows color (decimal): -4905345 or 8332981. OLE color: 8332981.

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

Color convert

RGB 181 38 127 -
CMYK 0 0.79 0.30 0.29
HSL 322.66º 0.65% 0.43% -
HSV(B) 322.66º 0.79% 0.71% -
XYZ 23.58 12.74 21.3 -
YUV 90.9 148.38 192.26 -
System Red Green Blue C M Y K H S L
Decimal 181 38 127 0 0.79 0.30 0.29 322.66 0.65 0.43
Hex B5 26 7F 0 4F 1E 1D 143 41 2B
Octal 265 46 177 0 117 36 35 503 101 53
Binary 10110101 100110 1111111 0 1001111 11110 11101 101000011 1000001 101011

Color Harmonies of #B5267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5267F

Black with #B5267F

Text Example


Text Example

White with #B5267F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5267F; }

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

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

background-color css

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

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

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

border-color css

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

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

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