Html Css Color HEX #B9368A Medium Red Violet

📋 copy color: '#B9368A'

red 185 ◦ green 54 ◦ blue 138

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

Shades of Medium Red Violet #B9368A

Tints of Medium Red Violet #B9368A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.6%

R = 49.07%
G = 14.32%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9368A (or 0xB9368A) is known color: Medium Red Violet. HEX triplet: B9, 36 and 8A. RGB value is (185,54,138). Sum of RGB (Red+Green+Blue) = 185+54+138=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B9368A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9368A is #46C975. Grayscale: #666666. Windows color (decimal): -4639094 or 9057977. OLE color: 9057977.

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

Color convert

RGB 185 54 138 -
CMYK 0 0.71 0.25 0.27
HSL 321.53º 0.55% 0.47% -
HSV(B) 321.53º 0.71% 0.73% -
XYZ 25.91 14.79 25.53 -
YUV 102.75 147.9 186.67 -
System Red Green Blue C M Y K H S L
Decimal 185 54 138 0 0.71 0.25 0.27 321.53 0.55 0.47
Hex B9 36 8A 0 47 19 1B 142 37 2F
Octal 271 66 212 0 107 31 33 502 67 57
Binary 10111001 110110 10001010 0 1000111 11001 11011 101000010 110111 101111

Color Harmonies of #B9368A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9368A

Black with #B9368A

Text Example


Text Example

White with #B9368A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9368A; }

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

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

background-color css

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

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

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

border-color css

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

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

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