Html Css Color HEX #B93281 Medium Red Violet

📋 copy color: '#B93281'

red 185 ◦ green 50 ◦ blue 129

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

Shades of Medium Red Violet #B93281

Tints of Medium Red Violet #B93281

RGB

 RED value IS 185 (72.66% from 255) = 50.82%

 GREEN value IS 50 (19.92% from 255) = 13.74%

 BLUE value IS 129 (50.78% from 255) = 35.44%

R = 50.82%
G = 13.74%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B93281 (or 0xB93281) is known color: Medium Red Violet. HEX triplet: B9, 32 and 81. RGB value is (185,50,129). Sum of RGB (Red+Green+Blue) = 185+50+129=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B93281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93281 is #46CD7E. Grayscale: #636363. Windows color (decimal): -4640127 or 8467129. OLE color: 8467129.

HSL color Cylindrical-coordinate representation of color #B93281: hue angle of 324.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B93281 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 50 129 -
CMYK 0 0.73 0.30 0.27
HSL 324.89º 0.57% 0.46% -
HSV(B) 324.89º 0.73% 0.73% -
XYZ 25.11 14.18 22.18 -
YUV 99.37 144.73 189.08 -
System Red Green Blue C M Y K H S L
Decimal 185 50 129 0 0.73 0.30 0.27 324.89 0.57 0.46
Hex B9 32 81 0 49 1E 1B 145 39 2E
Octal 271 62 201 0 111 36 33 505 71 56
Binary 10111001 110010 10000001 0 1001001 11110 11011 101000101 111001 101110

Color Harmonies of #B93281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93281

Black with #B93281

Text Example


Text Example

White with #B93281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93281; }

 p { color: rgb(185,50,129); }

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

background-color css

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

 a { background-color: rgb(185,50,129); }

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

border-color css

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

 span { border-color: rgb(185,50,129); }

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