Html Css Color HEX #B93081 Medium Red Violet

📋 copy color: '#B93081'

red 185 ◦ green 48 ◦ blue 129

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

Shades of Medium Red Violet #B93081

Tints of Medium Red Violet #B93081

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.26%

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

R = 51.1%
G = 13.26%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B93081 (or 0xB93081) is known color: Medium Red Violet. HEX triplet: B9, 30 and 81. RGB value is (185,48,129). Sum of RGB (Red+Green+Blue) = 185+48+129=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B93081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93081 is #46CF7E. Grayscale: #626262. Windows color (decimal): -4640639 or 8466617. OLE color: 8466617.

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

Color convert

RGB 185 48 129 -
CMYK 0 0.74 0.30 0.27
HSL 324.53º 0.59% 0.46% -
HSV(B) 324.53º 0.74% 0.73% -
XYZ 25.03 14.01 22.15 -
YUV 98.2 145.39 189.91 -
System Red Green Blue C M Y K H S L
Decimal 185 48 129 0 0.74 0.30 0.27 324.53 0.59 0.46
Hex B9 30 81 0 4A 1E 1B 145 3B 2E
Octal 271 60 201 0 112 36 33 505 73 56
Binary 10111001 110000 10000001 0 1001010 11110 11011 101000101 111011 101110

Color Harmonies of #B93081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93081

Black with #B93081

Text Example


Text Example

White with #B93081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93081; }

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

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

background-color css

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

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

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

border-color css

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

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

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