Html Css Color HEX #B7308D Medium Red Violet

📋 copy color: '#B7308D'

red 183 ◦ green 48 ◦ blue 141

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

Shades of Medium Red Violet #B7308D

Tints of Medium Red Violet #B7308D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.9%

R = 49.19%
G = 12.9%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B7308D (or 0xB7308D) is known color: Medium Red Violet. HEX triplet: B7, 30 and 8D. RGB value is (183,48,141). Sum of RGB (Red+Green+Blue) = 183+48+141=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B7308D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7308D is #48CF72. Grayscale: #626262. Windows color (decimal): -4771699 or 9253047. OLE color: 9253047.

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

Color convert

RGB 183 48 141 -
CMYK 0 0.74 0.23 0.28
HSL 318.67º 0.58% 0.45% -
HSV(B) 318.67º 0.74% 0.72% -
XYZ 25.39 14.1 26.58 -
YUV 98.97 151.73 187.94 -
System Red Green Blue C M Y K H S L
Decimal 183 48 141 0 0.74 0.23 0.28 318.67 0.58 0.45
Hex B7 30 8D 0 4A 17 1C 13F 3A 2D
Octal 267 60 215 0 112 27 34 477 72 55
Binary 10110111 110000 10001101 0 1001010 10111 11100 100111111 111010 101101

Color Harmonies of #B7308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7308D

Black with #B7308D

Text Example


Text Example

White with #B7308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7308D; }

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

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

background-color css

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

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

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

border-color css

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

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

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