Html Css Color HEX #B8308B Medium Red Violet

📋 copy color: '#B8308B'

red 184 ◦ green 48 ◦ blue 139

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

Shades of Medium Red Violet #B8308B

Tints of Medium Red Violet #B8308B

RGB

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

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

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

R = 49.6%
G = 12.94%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B8308B (or 0xB8308B) is known color: Medium Red Violet. HEX triplet: B8, 30 and 8B. RGB value is (184,48,139). Sum of RGB (Red+Green+Blue) = 184+48+139=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B8308B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8308B is #47CF74. Grayscale: #626262. Windows color (decimal): -4706165 or 9121976. OLE color: 9121976.

HSL color Cylindrical-coordinate representation of color #B8308B: hue angle of 319.85º 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 #B8308B is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 48 139 -
CMYK 0 0.74 0.24 0.28
HSL 319.85º 0.59% 0.45% -
HSV(B) 319.85º 0.74% 0.72% -
XYZ 25.48 14.17 25.82 -
YUV 99.04 150.56 188.6 -
System Red Green Blue C M Y K H S L
Decimal 184 48 139 0 0.74 0.24 0.28 319.85 0.59 0.45
Hex B8 30 8B 0 4A 18 1C 140 3B 2D
Octal 270 60 213 0 112 30 34 500 73 55
Binary 10111000 110000 10001011 0 1001010 11000 11100 101000000 111011 101101

Color Harmonies of #B8308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8308B

Black with #B8308B

Text Example


Text Example

White with #B8308B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8308B; }

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

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

background-color css

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

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

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

border-color css

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

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

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