Html Css Color HEX #B9268F Medium Red Violet

📋 copy color: '#B9268F'

red 185 ◦ green 38 ◦ blue 143

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

Shades of Medium Red Violet #B9268F

Tints of Medium Red Violet #B9268F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.07%

R = 50.55%
G = 10.38%
B = 39.07%

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

#B9268F (or 0xB9268F) is known color: Medium Red Violet. HEX triplet: B9, 26 and 8F. RGB value is (185,38,143). Sum of RGB (Red+Green+Blue) = 185+38+143=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B9268F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9268F is #46D970. Grayscale: #5D5D5D. Windows color (decimal): -4643185 or 9381561. OLE color: 9381561.

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

Color convert

RGB 185 38 143 -
CMYK 0 0.79 0.23 0.27
HSL 317.14º 0.66% 0.44% -
HSV(B) 317.14º 0.79% 0.73% -
XYZ 25.66 13.68 27.28 -
YUV 93.92 155.7 192.96 -
System Red Green Blue C M Y K H S L
Decimal 185 38 143 0 0.79 0.23 0.27 317.14 0.66 0.44
Hex B9 26 8F 0 4F 17 1B 13D 42 2C
Octal 271 46 217 0 117 27 33 475 102 54
Binary 10111001 100110 10001111 0 1001111 10111 11011 100111101 1000010 101100

Color Harmonies of #B9268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9268F

Black with #B9268F

Text Example


Text Example

White with #B9268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9268F; }

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

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

background-color css

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

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

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

border-color css

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

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

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