Html Css Color HEX #B9236C Medium Red Violet

📋 copy color: '#B9236C'

red 185 ◦ green 35 ◦ blue 108

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

Shades of Medium Red Violet #B9236C

Tints of Medium Red Violet #B9236C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.67%

 BLUE value IS 108 (42.58% from 255) = 32.93%

R = 56.4%
G = 10.67%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9236C (or 0xB9236C) is known color: Medium Red Violet. HEX triplet: B9, 23 and 6C. RGB value is (185,35,108). Sum of RGB (Red+Green+Blue) = 185+35+108=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B9236C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9236C is #46DC93. Grayscale: #585858. Windows color (decimal): -4643988 or 7087033. OLE color: 7087033.

HSL color Cylindrical-coordinate representation of color #B9236C: hue angle of 330.8º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9236C is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 35 108 -
CMYK 0 0.81 0.42 0.27
HSL 330.8º 0.68% 0.43% -
HSV(B) 330.8º 0.81% 0.73% -
XYZ 23.32 12.6 15.39 -
YUV 88.17 139.2 197.06 -
System Red Green Blue C M Y K H S L
Decimal 185 35 108 0 0.81 0.42 0.27 330.8 0.68 0.43
Hex B9 23 6C 0 51 2A 1B 14B 44 2B
Octal 271 43 154 0 121 52 33 513 104 53
Binary 10111001 100011 1101100 0 1010001 101010 11011 101001011 1000100 101011

Color Harmonies of #B9236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9236C

Black with #B9236C

Text Example


Text Example

White with #B9236C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9236C; }

 p { color: rgb(185,35,108); }

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

background-color css

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

 a { background-color: rgb(185,35,108); }

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

border-color css

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

 span { border-color: rgb(185,35,108); }

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