Html Css Color HEX #B7306F Medium Red Violet

📋 copy color: '#B7306F'

red 183 ◦ green 48 ◦ blue 111

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

Shades of Medium Red Violet #B7306F

Tints of Medium Red Violet #B7306F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.46%

R = 53.51%
G = 14.04%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B7306F (or 0xB7306F) is known color: Medium Red Violet. HEX triplet: B7, 30 and 6F. RGB value is (183,48,111). Sum of RGB (Red+Green+Blue) = 183+48+111=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B7306F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7306F is #48CF90. Grayscale: #5F5F5F. Windows color (decimal): -4771729 or 7286967. OLE color: 7286967.

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

Color convert

RGB 183 48 111 -
CMYK 0 0.74 0.39 0.28
HSL 332º 0.58% 0.45% -
HSV(B) 332º 0.74% 0.72% -
XYZ 23.45 13.33 16.38 -
YUV 95.55 136.73 190.38 -
System Red Green Blue C M Y K H S L
Decimal 183 48 111 0 0.74 0.39 0.28 332 0.58 0.45
Hex B7 30 6F 0 4A 27 1C 14C 3A 2D
Octal 267 60 157 0 112 47 34 514 72 55
Binary 10110111 110000 1101111 0 1001010 100111 11100 101001100 111010 101101

Color Harmonies of #B7306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7306F

Black with #B7306F

Text Example


Text Example

White with #B7306F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7306F; }

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

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

background-color css

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

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

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

border-color css

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

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

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