Html Css Color HEX #B9268E Medium Red Violet

📋 copy color: '#B9268E'

red 185 ◦ green 38 ◦ blue 142

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

Shades of Medium Red Violet #B9268E

Tints of Medium Red Violet #B9268E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.9%

R = 50.68%
G = 10.41%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9268E (or 0xB9268E) is known color: Medium Red Violet. HEX triplet: B9, 26 and 8E. RGB value is (185,38,142). Sum of RGB (Red+Green+Blue) = 185+38+142=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B9268E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9268E is #46D971. Grayscale: #5D5D5D. Windows color (decimal): -4643186 or 9316025. OLE color: 9316025.

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

Color convert

RGB 185 38 142 -
CMYK 0 0.79 0.23 0.27
HSL 317.55º 0.66% 0.44% -
HSV(B) 317.55º 0.79% 0.73% -
XYZ 25.58 13.65 26.88 -
YUV 93.81 155.2 193.04 -
System Red Green Blue C M Y K H S L
Decimal 185 38 142 0 0.79 0.23 0.27 317.55 0.66 0.44
Hex B9 26 8E 0 4F 17 1B 13E 42 2C
Octal 271 46 216 0 117 27 33 476 102 54
Binary 10111001 100110 10001110 0 1001111 10111 11011 100111110 1000010 101100

Color Harmonies of #B9268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9268E

Black with #B9268E

Text Example


Text Example

White with #B9268E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9268E; }

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

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

background-color css

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

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

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

border-color css

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

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

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