Html Css Color HEX #B8307D Medium Red Violet

📋 copy color: '#B8307D'

red 184 ◦ green 48 ◦ blue 125

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

Shades of Medium Red Violet #B8307D

Tints of Medium Red Violet #B8307D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.01%

R = 51.54%
G = 13.45%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B8307D (or 0xB8307D) is known color: Medium Red Violet. HEX triplet: B8, 30 and 7D. RGB value is (184,48,125). Sum of RGB (Red+Green+Blue) = 184+48+125=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B8307D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8307D is #47CF82. Grayscale: #616161. Windows color (decimal): -4706179 or 8204472. OLE color: 8204472.

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

Color convert

RGB 184 48 125 -
CMYK 0 0.74 0.32 0.28
HSL 326.03º 0.59% 0.45% -
HSV(B) 326.03º 0.74% 0.72% -
XYZ 24.53 13.78 20.77 -
YUV 97.44 143.56 189.74 -
System Red Green Blue C M Y K H S L
Decimal 184 48 125 0 0.74 0.32 0.28 326.03 0.59 0.45
Hex B8 30 7D 0 4A 20 1C 146 3B 2D
Octal 270 60 175 0 112 40 34 506 73 55
Binary 10111000 110000 1111101 0 1001010 100000 11100 101000110 111011 101101

Color Harmonies of #B8307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8307D

Black with #B8307D

Text Example


Text Example

White with #B8307D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8307D; }

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

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

background-color css

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

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

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

border-color css

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

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

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