Html Css Color HEX #B5269E Medium Red Violet

📋 copy color: '#B5269E'

red 181 ◦ green 38 ◦ blue 158

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

Shades of Medium Red Violet #B5269E

Tints of Medium Red Violet #B5269E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.91%

R = 48.01%
G = 10.08%
B = 41.91%

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

#B5269E (or 0xB5269E) is known color: Medium Red Violet. HEX triplet: B5, 26 and 9E. RGB value is (181,38,158). Sum of RGB (Red+Green+Blue) = 181+38+158=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B5269E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5269E is #4AD961. Grayscale: #5E5E5E. Windows color (decimal): -4905314 or 10364597. OLE color: 10364597.

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

Color convert

RGB 181 38 158 -
CMYK 0 0.79 0.13 0.29
HSL 309.65º 0.65% 0.43% -
HSV(B) 309.65º 0.79% 0.71% -
XYZ 25.92 13.68 33.62 -
YUV 94.44 163.88 189.74 -
System Red Green Blue C M Y K H S L
Decimal 181 38 158 0 0.79 0.13 0.29 309.65 0.65 0.43
Hex B5 26 9E 0 4F D 1D 136 41 2B
Octal 265 46 236 0 117 15 35 466 101 53
Binary 10110101 100110 10011110 0 1001111 1101 11101 100110110 1000001 101011

Color Harmonies of #B5269E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5269E

Black with #B5269E

Text Example


Text Example

White with #B5269E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5269E; }

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

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

background-color css

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

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

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

border-color css

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

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

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