Html Css Color HEX #B94288 Medium Red Violet

📋 copy color: '#B94288'

red 185 ◦ green 66 ◦ blue 136

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

Shades of Medium Red Violet #B94288

Tints of Medium Red Violet #B94288

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.05%

 BLUE value IS 136 (53.52% from 255) = 35.14%

R = 47.8%
G = 17.05%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B94288 (or 0xB94288) is known color: Medium Red Violet. HEX triplet: B9, 42 and 88. RGB value is (185,66,136). Sum of RGB (Red+Green+Blue) = 185+66+136=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B94288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94288 is #46BD77. Grayscale: #6D6D6D. Windows color (decimal): -4636024 or 8929977. OLE color: 8929977.

HSL color Cylindrical-coordinate representation of color #B94288: hue angle of 324.71º 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 #B94288 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 66 136 -
CMYK 0 0.64 0.26 0.27
HSL 324.71º 0.47% 0.49% -
HSV(B) 324.71º 0.64% 0.73% -
XYZ 26.4 15.99 24.99 -
YUV 109.56 142.92 181.81 -
System Red Green Blue C M Y K H S L
Decimal 185 66 136 0 0.64 0.26 0.27 324.71 0.47 0.49
Hex B9 42 88 0 40 1A 1B 145 2F 31
Octal 271 102 210 0 100 32 33 505 57 61
Binary 10111001 1000010 10001000 0 1000000 11010 11011 101000101 101111 110001

Color Harmonies of #B94288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94288

Black with #B94288

Text Example


Text Example

White with #B94288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94288; }

 p { color: rgb(185,66,136); }

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

background-color css

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

 a { background-color: rgb(185,66,136); }

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

border-color css

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

 span { border-color: rgb(185,66,136); }

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