Html Css Color HEX #B9258B Medium Red Violet

📋 copy color: '#B9258B'

red 185 ◦ green 37 ◦ blue 139

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

Shades of Medium Red Violet #B9258B

Tints of Medium Red Violet #B9258B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.25%

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

R = 51.25%
G = 10.25%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9258B (or 0xB9258B) is known color: Medium Red Violet. HEX triplet: B9, 25 and 8B. RGB value is (185,37,139). Sum of RGB (Red+Green+Blue) = 185+37+139=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B9258B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9258B is #46DA74. Grayscale: #5C5C5C. Windows color (decimal): -4643445 or 9119161. OLE color: 9119161.

HSL color Cylindrical-coordinate representation of color #B9258B: hue angle of 318.65º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9258B is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 37 139 -
CMYK 0 0.80 0.25 0.27
HSL 318.65º 0.67% 0.44% -
HSV(B) 318.65º 0.8% 0.73% -
XYZ 25.33 13.5 25.7 -
YUV 92.88 154.03 193.71 -
System Red Green Blue C M Y K H S L
Decimal 185 37 139 0 0.80 0.25 0.27 318.65 0.67 0.44
Hex B9 25 8B 0 50 19 1B 13F 43 2C
Octal 271 45 213 0 120 31 33 477 103 54
Binary 10111001 100101 10001011 0 1010000 11001 11011 100111111 1000011 101100

Color Harmonies of #B9258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9258B

Black with #B9258B

Text Example


Text Example

White with #B9258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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