Html Css Color HEX #B7307A Medium Red Violet

📋 copy color: '#B7307A'

red 183 ◦ green 48 ◦ blue 122

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

Shades of Medium Red Violet #B7307A

Tints of Medium Red Violet #B7307A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.56%

R = 51.84%
G = 13.6%
B = 34.56%

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

#B7307A (or 0xB7307A) is known color: Medium Red Violet. HEX triplet: B7, 30 and 7A. RGB value is (183,48,122). Sum of RGB (Red+Green+Blue) = 183+48+122=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B7307A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7307A is #48CF85. Grayscale: #606060. Windows color (decimal): -4771718 or 8007863. OLE color: 8007863.

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

Color convert

RGB 183 48 122 -
CMYK 0 0.74 0.33 0.28
HSL 327.11º 0.58% 0.45% -
HSV(B) 327.11º 0.74% 0.72% -
XYZ 24.1 13.59 19.76 -
YUV 96.8 142.23 189.48 -
System Red Green Blue C M Y K H S L
Decimal 183 48 122 0 0.74 0.33 0.28 327.11 0.58 0.45
Hex B7 30 7A 0 4A 21 1C 147 3A 2D
Octal 267 60 172 0 112 41 34 507 72 55
Binary 10110111 110000 1111010 0 1001010 100001 11100 101000111 111010 101101

Color Harmonies of #B7307A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7307A

Black with #B7307A

Text Example


Text Example

White with #B7307A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7307A; }

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

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

background-color css

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

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

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

border-color css

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

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

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