Html Css Color HEX #B94381 Medium Red Violet

📋 copy color: '#B94381'

red 185 ◦ green 67 ◦ blue 129

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

Shades of Medium Red Violet #B94381

Tints of Medium Red Violet #B94381

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.59%

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

R = 48.56%
G = 17.59%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B94381 (or 0xB94381) is known color: Medium Red Violet. HEX triplet: B9, 43 and 81. RGB value is (185,67,129). Sum of RGB (Red+Green+Blue) = 185+67+129=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B94381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94381 is #46BC7E. Grayscale: #6D6D6D. Windows color (decimal): -4635775 or 8471481. OLE color: 8471481.

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

Color convert

RGB 185 67 129 -
CMYK 0 0.64 0.30 0.27
HSL 328.47º 0.47% 0.49% -
HSV(B) 328.47º 0.64% 0.73% -
XYZ 25.98 15.91 22.47 -
YUV 109.35 139.09 181.96 -
System Red Green Blue C M Y K H S L
Decimal 185 67 129 0 0.64 0.30 0.27 328.47 0.47 0.49
Hex B9 43 81 0 40 1E 1B 148 2F 31
Octal 271 103 201 0 100 36 33 510 57 61
Binary 10111001 1000011 10000001 0 1000000 11110 11011 101001000 101111 110001

Color Harmonies of #B94381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94381

Black with #B94381

Text Example


Text Example

White with #B94381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94381; }

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

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

background-color css

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

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

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

border-color css

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

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

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