Html Css Color HEX #B52694 Medium Red Violet

📋 copy color: '#B52694'

red 181 ◦ green 38 ◦ blue 148

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

Shades of Medium Red Violet #B52694

Tints of Medium Red Violet #B52694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.33%

R = 49.32%
G = 10.35%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B52694 (or 0xB52694) is known color: Medium Red Violet. HEX triplet: B5, 26 and 94. RGB value is (181,38,148). Sum of RGB (Red+Green+Blue) = 181+38+148=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B52694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52694 is #4AD96B. Grayscale: #5D5D5D. Windows color (decimal): -4905324 or 9709237. OLE color: 9709237.

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

Color convert

RGB 181 38 148 -
CMYK 0 0.79 0.18 0.29
HSL 313.85º 0.65% 0.43% -
HSV(B) 313.85º 0.79% 0.71% -
XYZ 25.09 13.35 29.27 -
YUV 93.3 158.88 190.56 -
System Red Green Blue C M Y K H S L
Decimal 181 38 148 0 0.79 0.18 0.29 313.85 0.65 0.43
Hex B5 26 94 0 4F 12 1D 13A 41 2B
Octal 265 46 224 0 117 22 35 472 101 53
Binary 10110101 100110 10010100 0 1001111 10010 11101 100111010 1000001 101011

Color Harmonies of #B52694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52694

Black with #B52694

Text Example


Text Example

White with #B52694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52694; }

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

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

background-color css

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

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

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

border-color css

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

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

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