Html Css Color HEX #B9259D Medium Red Violet

📋 copy color: '#B9259D'

red 185 ◦ green 37 ◦ blue 157

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

Shades of Medium Red Violet #B9259D

Tints of Medium Red Violet #B9259D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.42%

R = 48.81%
G = 9.76%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9259D (or 0xB9259D) is known color: Medium Red Violet. HEX triplet: B9, 25 and 9D. RGB value is (185,37,157). Sum of RGB (Red+Green+Blue) = 185+37+157=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9259D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9259D is #46DA62. Grayscale: #5E5E5E. Windows color (decimal): -4643427 or 10298809. OLE color: 10298809.

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

Color convert

RGB 185 37 157 -
CMYK 0 0.80 0.15 0.27
HSL 311.35º 0.67% 0.44% -
HSV(B) 311.35º 0.8% 0.73% -
XYZ 26.75 14.07 33.2 -
YUV 94.93 163.03 192.24 -
System Red Green Blue C M Y K H S L
Decimal 185 37 157 0 0.80 0.15 0.27 311.35 0.67 0.44
Hex B9 25 9D 0 50 F 1B 137 43 2C
Octal 271 45 235 0 120 17 33 467 103 54
Binary 10111001 100101 10011101 0 1010000 1111 11011 100110111 1000011 101100

Color Harmonies of #B9259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9259D

Black with #B9259D

Text Example


Text Example

White with #B9259D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9259D; }

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

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

background-color css

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

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

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

border-color css

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

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

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