Html Css Color HEX #B9268A Medium Red Violet

📋 copy color: '#B9268A'

red 185 ◦ green 38 ◦ blue 138

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

Shades of Medium Red Violet #B9268A

Tints of Medium Red Violet #B9268A

RGB

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

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

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

R = 51.25%
G = 10.53%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9268A (or 0xB9268A) is known color: Medium Red Violet. HEX triplet: B9, 26 and 8A. RGB value is (185,38,138). Sum of RGB (Red+Green+Blue) = 185+38+138=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B9268A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9268A is #46D975. Grayscale: #5D5D5D. Windows color (decimal): -4643190 or 9053881. OLE color: 9053881.

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

Color convert

RGB 185 38 138 -
CMYK 0 0.79 0.25 0.27
HSL 319.18º 0.66% 0.44% -
HSV(B) 319.18º 0.79% 0.73% -
XYZ 25.29 13.54 25.32 -
YUV 93.35 153.2 193.37 -
System Red Green Blue C M Y K H S L
Decimal 185 38 138 0 0.79 0.25 0.27 319.18 0.66 0.44
Hex B9 26 8A 0 4F 19 1B 13F 42 2C
Octal 271 46 212 0 117 31 33 477 102 54
Binary 10111001 100110 10001010 0 1001111 11001 11011 100111111 1000010 101100

Color Harmonies of #B9268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9268A

Black with #B9268A

Text Example


Text Example

White with #B9268A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9268A; }

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

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

background-color css

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

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

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

border-color css

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

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

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