Html Css Color HEX #B9268D Medium Red Violet

📋 copy color: '#B9268D'

red 185 ◦ green 38 ◦ blue 141

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

Shades of Medium Red Violet #B9268D

Tints of Medium Red Violet #B9268D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.44%

 BLUE value IS 141 (55.47% from 255) = 38.74%

R = 50.82%
G = 10.44%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9268D (or 0xB9268D) is known color: Medium Red Violet. HEX triplet: B9, 26 and 8D. RGB value is (185,38,141). Sum of RGB (Red+Green+Blue) = 185+38+141=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B9268D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9268D is #46D972. Grayscale: #5D5D5D. Windows color (decimal): -4643187 or 9250489. OLE color: 9250489.

HSL color Cylindrical-coordinate representation of color #B9268D: hue angle of 317.96º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9268D is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 38 141 -
CMYK 0 0.79 0.24 0.27
HSL 317.96º 0.66% 0.44% -
HSV(B) 317.96º 0.79% 0.73% -
XYZ 25.51 13.62 26.48 -
YUV 93.7 154.7 193.12 -
System Red Green Blue C M Y K H S L
Decimal 185 38 141 0 0.79 0.24 0.27 317.96 0.66 0.44
Hex B9 26 8D 0 4F 18 1B 13E 42 2C
Octal 271 46 215 0 117 30 33 476 102 54
Binary 10111001 100110 10001101 0 1001111 11000 11011 100111110 1000010 101100

Color Harmonies of #B9268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9268D

Black with #B9268D

Text Example


Text Example

White with #B9268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9268D; }

 p { color: rgb(185,38,141); }

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

background-color css

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

 a { background-color: rgb(185,38,141); }

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

border-color css

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

 span { border-color: rgb(185,38,141); }

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