Html Css Color HEX #B9267B Medium Red Violet

📋 copy color: '#B9267B'

red 185 ◦ green 38 ◦ blue 123

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

Shades of Medium Red Violet #B9267B

Tints of Medium Red Violet #B9267B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.55%

R = 53.47%
G = 10.98%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9267B (or 0xB9267B) is known color: Medium Red Violet. HEX triplet: B9, 26 and 7B. RGB value is (185,38,123). Sum of RGB (Red+Green+Blue) = 185+38+123=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9267B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9267B is #46D984. Grayscale: #5B5B5B. Windows color (decimal): -4643205 or 8070841. OLE color: 8070841.

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

Color convert

RGB 185 38 123 -
CMYK 0 0.79 0.34 0.27
HSL 325.31º 0.66% 0.44% -
HSV(B) 325.31º 0.79% 0.73% -
XYZ 24.28 13.13 19.99 -
YUV 91.64 145.7 194.59 -
System Red Green Blue C M Y K H S L
Decimal 185 38 123 0 0.79 0.34 0.27 325.31 0.66 0.44
Hex B9 26 7B 0 4F 22 1B 145 42 2C
Octal 271 46 173 0 117 42 33 505 102 54
Binary 10111001 100110 1111011 0 1001111 100010 11011 101000101 1000010 101100

Color Harmonies of #B9267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9267B

Black with #B9267B

Text Example


Text Example

White with #B9267B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9267B; }

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

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

background-color css

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

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

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

border-color css

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

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

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