Html Css Color HEX #B8307C Medium Red Violet

📋 copy color: '#B8307C'

red 184 ◦ green 48 ◦ blue 124

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

Shades of Medium Red Violet #B8307C

Tints of Medium Red Violet #B8307C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.83%

R = 51.69%
G = 13.48%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B8307C (or 0xB8307C) is known color: Medium Red Violet. HEX triplet: B8, 30 and 7C. RGB value is (184,48,124). Sum of RGB (Red+Green+Blue) = 184+48+124=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B8307C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8307C is #47CF83. Grayscale: #616161. Windows color (decimal): -4706180 or 8138936. OLE color: 8138936.

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

Color convert

RGB 184 48 124 -
CMYK 0 0.74 0.33 0.28
HSL 326.47º 0.59% 0.45% -
HSV(B) 326.47º 0.74% 0.72% -
XYZ 24.46 13.76 20.44 -
YUV 97.33 143.06 189.82 -
System Red Green Blue C M Y K H S L
Decimal 184 48 124 0 0.74 0.33 0.28 326.47 0.59 0.45
Hex B8 30 7C 0 4A 21 1C 146 3B 2D
Octal 270 60 174 0 112 41 34 506 73 55
Binary 10111000 110000 1111100 0 1001010 100001 11100 101000110 111011 101101

Color Harmonies of #B8307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8307C

Black with #B8307C

Text Example


Text Example

White with #B8307C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8307C; }

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

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

background-color css

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

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

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

border-color css

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

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

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