Html Css Color HEX #B8309B Medium Red Violet

📋 copy color: '#B8309B'

red 184 ◦ green 48 ◦ blue 155

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

Shades of Medium Red Violet #B8309B

Tints of Medium Red Violet #B8309B

RGB

 RED value IS 184 (72.27% from 255) = 47.55%

 GREEN value IS 48 (19.14% from 255) = 12.4%

 BLUE value IS 155 (60.94% from 255) = 40.05%

R = 47.55%
G = 12.4%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B8309B (or 0xB8309B) is known color: Medium Red Violet. HEX triplet: B8, 30 and 9B. RGB value is (184,48,155). Sum of RGB (Red+Green+Blue) = 184+48+155=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 48 (19.14% from 255 or 12.40% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B8309B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8309B is #47CF64. Grayscale: #646464. Windows color (decimal): -4706149 or 10170552. OLE color: 10170552.

HSL color Cylindrical-coordinate representation of color #B8309B: hue angle of 312.79º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B8309B is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 48 155 -
CMYK 0 0.74 0.16 0.28
HSL 312.79º 0.59% 0.45% -
HSV(B) 312.79º 0.74% 0.72% -
XYZ 26.74 14.67 32.43 -
YUV 100.86 158.56 187.3 -
System Red Green Blue C M Y K H S L
Decimal 184 48 155 0 0.74 0.16 0.28 312.79 0.59 0.45
Hex B8 30 9B 0 4A 10 1C 139 3B 2D
Octal 270 60 233 0 112 20 34 471 73 55
Binary 10111000 110000 10011011 0 1001010 10000 11100 100111001 111011 101101

Color Harmonies of #B8309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8309B

Black with #B8309B

Text Example


Text Example

White with #B8309B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8309B; }

 p { color: rgb(184,48,155); }

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

background-color css

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

 a { background-color: rgb(184,48,155); }

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

border-color css

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

 span { border-color: rgb(184,48,155); }

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