Html Css Color HEX #B9268B Medium Red Violet

📋 copy color: '#B9268B'

red 185 ◦ green 38 ◦ blue 139

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

Shades of Medium Red Violet #B9268B

Tints of Medium Red Violet #B9268B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.4%

R = 51.1%
G = 10.5%
B = 38.4%

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

#B9268B (or 0xB9268B) is known color: Medium Red Violet. HEX triplet: B9, 26 and 8B. RGB value is (185,38,139). Sum of RGB (Red+Green+Blue) = 185+38+139=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9268B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9268B is #46D974. Grayscale: #5D5D5D. Windows color (decimal): -4643189 or 9119417. OLE color: 9119417.

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

Color convert

RGB 185 38 139 -
CMYK 0 0.79 0.25 0.27
HSL 318.78º 0.66% 0.44% -
HSV(B) 318.78º 0.79% 0.73% -
XYZ 25.36 13.56 25.71 -
YUV 93.47 153.7 193.29 -
System Red Green Blue C M Y K H S L
Decimal 185 38 139 0 0.79 0.25 0.27 318.78 0.66 0.44
Hex B9 26 8B 0 4F 19 1B 13F 42 2C
Octal 271 46 213 0 117 31 33 477 102 54
Binary 10111001 100110 10001011 0 1001111 11001 11011 100111111 1000010 101100

Color Harmonies of #B9268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9268B

Black with #B9268B

Text Example


Text Example

White with #B9268B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9268B; }

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

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

background-color css

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

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

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

border-color css

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

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

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