Html Css Color HEX #B8307F Medium Red Violet

📋 copy color: '#B8307F'

red 184 ◦ green 48 ◦ blue 127

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

Shades of Medium Red Violet #B8307F

Tints of Medium Red Violet #B8307F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.38%

R = 51.25%
G = 13.37%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B8307F (or 0xB8307F) is known color: Medium Red Violet. HEX triplet: B8, 30 and 7F. RGB value is (184,48,127). Sum of RGB (Red+Green+Blue) = 184+48+127=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B8307F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8307F is #47CF80. Grayscale: #616161. Windows color (decimal): -4706177 or 8335544. OLE color: 8335544.

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

Color convert

RGB 184 48 127 -
CMYK 0 0.74 0.31 0.28
HSL 325.15º 0.59% 0.45% -
HSV(B) 325.15º 0.74% 0.72% -
XYZ 24.65 13.84 21.45 -
YUV 97.67 144.56 189.58 -
System Red Green Blue C M Y K H S L
Decimal 184 48 127 0 0.74 0.31 0.28 325.15 0.59 0.45
Hex B8 30 7F 0 4A 1F 1C 145 3B 2D
Octal 270 60 177 0 112 37 34 505 73 55
Binary 10111000 110000 1111111 0 1001010 11111 11100 101000101 111011 101101

Color Harmonies of #B8307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8307F

Black with #B8307F

Text Example


Text Example

White with #B8307F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8307F; }

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

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

background-color css

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

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

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

border-color css

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

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

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