Html Css Color HEX #B94083 Medium Red Violet

📋 copy color: '#B94083'

red 185 ◦ green 64 ◦ blue 131

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

Shades of Medium Red Violet #B94083

Tints of Medium Red Violet #B94083

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.84%

 BLUE value IS 131 (51.56% from 255) = 34.47%

R = 48.68%
G = 16.84%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B94083 (or 0xB94083) is known color: Medium Red Violet. HEX triplet: B9, 40 and 83. RGB value is (185,64,131). Sum of RGB (Red+Green+Blue) = 185+64+131=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B94083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94083 is #46BF7C. Grayscale: #6B6B6B. Windows color (decimal): -4636541 or 8601785. OLE color: 8601785.

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

Color convert

RGB 185 64 131 -
CMYK 0 0.65 0.29 0.27
HSL 326.78º 0.49% 0.49% -
HSV(B) 326.78º 0.65% 0.73% -
XYZ 25.94 15.62 23.12 -
YUV 107.82 141.09 183.05 -
System Red Green Blue C M Y K H S L
Decimal 185 64 131 0 0.65 0.29 0.27 326.78 0.49 0.49
Hex B9 40 83 0 41 1D 1B 147 31 31
Octal 271 100 203 0 101 35 33 507 61 61
Binary 10111001 1000000 10000011 0 1000001 11101 11011 101000111 110001 110001

Color Harmonies of #B94083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94083

Black with #B94083

Text Example


Text Example

White with #B94083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94083; }

 p { color: rgb(185,64,131); }

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

background-color css

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

 a { background-color: rgb(185,64,131); }

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

border-color css

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

 span { border-color: rgb(185,64,131); }

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