Html Css Color HEX #B5269D Medium Red Violet

📋 copy color: '#B5269D'

red 181 ◦ green 38 ◦ blue 157

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

Shades of Medium Red Violet #B5269D

Tints of Medium Red Violet #B5269D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.76%

R = 48.14%
G = 10.11%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5269D (or 0xB5269D) is known color: Medium Red Violet. HEX triplet: B5, 26 and 9D. RGB value is (181,38,157). Sum of RGB (Red+Green+Blue) = 181+38+157=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B5269D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5269D is #4AD962. Grayscale: #5D5D5D. Windows color (decimal): -4905315 or 10299061. OLE color: 10299061.

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

Color convert

RGB 181 38 157 -
CMYK 0 0.79 0.13 0.29
HSL 310.07º 0.65% 0.43% -
HSV(B) 310.07º 0.79% 0.71% -
XYZ 25.83 13.64 33.17 -
YUV 94.32 163.38 189.82 -
System Red Green Blue C M Y K H S L
Decimal 181 38 157 0 0.79 0.13 0.29 310.07 0.65 0.43
Hex B5 26 9D 0 4F D 1D 136 41 2B
Octal 265 46 235 0 117 15 35 466 101 53
Binary 10110101 100110 10011101 0 1001111 1101 11101 100110110 1000001 101011

Color Harmonies of #B5269D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5269D

Black with #B5269D

Text Example


Text Example

White with #B5269D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5269D; }

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

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

background-color css

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

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

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

border-color css

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

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

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