Html Css Color HEX #B9369D Medium Red Violet

📋 copy color: '#B9369D'

red 185 ◦ green 54 ◦ blue 157

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

Shades of Medium Red Violet #B9369D

Tints of Medium Red Violet #B9369D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.64%

 BLUE value IS 157 (61.72% from 255) = 39.65%

R = 46.72%
G = 13.64%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9369D (or 0xB9369D) is known color: Medium Red Violet. HEX triplet: B9, 36 and 9D. RGB value is (185,54,157). Sum of RGB (Red+Green+Blue) = 185+54+157=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 54 (21.48% from 255 or 13.64% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B9369D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9369D is #46C962. Grayscale: #686868. Windows color (decimal): -4639075 or 10303161. OLE color: 10303161.

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

Color convert

RGB 185 54 157 -
CMYK 0 0.71 0.15 0.27
HSL 312.82º 0.55% 0.47% -
HSV(B) 312.82º 0.71% 0.73% -
XYZ 27.41 15.39 33.42 -
YUV 104.91 157.4 185.12 -
System Red Green Blue C M Y K H S L
Decimal 185 54 157 0 0.71 0.15 0.27 312.82 0.55 0.47
Hex B9 36 9D 0 47 F 1B 139 37 2F
Octal 271 66 235 0 107 17 33 471 67 57
Binary 10111001 110110 10011101 0 1000111 1111 11011 100111001 110111 101111

Color Harmonies of #B9369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9369D

Black with #B9369D

Text Example


Text Example

White with #B9369D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9369D; }

 p { color: rgb(185,54,157); }

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

background-color css

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

 a { background-color: rgb(185,54,157); }

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

border-color css

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

 span { border-color: rgb(185,54,157); }

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