Html Css Color HEX #B7307F Medium Red Violet

📋 copy color: '#B7307F'

red 183 ◦ green 48 ◦ blue 127

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

Shades of Medium Red Violet #B7307F

Tints of Medium Red Violet #B7307F

RGB

 RED value IS 183 (71.88% from 255) = 51.12%

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

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

R = 51.12%
G = 13.41%
B = 35.47%

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

#B7307F (or 0xB7307F) is known color: Medium Red Violet. HEX triplet: B7, 30 and 7F. RGB value is (183,48,127). Sum of RGB (Red+Green+Blue) = 183+48+127=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B7307F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7307F is #48CF80. Grayscale: #616161. Windows color (decimal): -4771713 or 8335543. OLE color: 8335543.

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

Color convert

RGB 183 48 127 -
CMYK 0 0.74 0.31 0.28
HSL 324.89º 0.58% 0.45% -
HSV(B) 324.89º 0.74% 0.72% -
XYZ 24.42 13.71 21.44 -
YUV 97.37 144.73 189.08 -
System Red Green Blue C M Y K H S L
Decimal 183 48 127 0 0.74 0.31 0.28 324.89 0.58 0.45
Hex B7 30 7F 0 4A 1F 1C 145 3A 2D
Octal 267 60 177 0 112 37 34 505 72 55
Binary 10110111 110000 1111111 0 1001010 11111 11100 101000101 111010 101101

Color Harmonies of #B7307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7307F

Black with #B7307F

Text Example


Text Example

White with #B7307F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7307F; }

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

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

background-color css

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

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

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

border-color css

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

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

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