Html Css Color HEX #B7308C Medium Red Violet

📋 copy color: '#B7308C'

red 183 ◦ green 48 ◦ blue 140

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

Shades of Medium Red Violet #B7308C

Tints of Medium Red Violet #B7308C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.74%

R = 49.33%
G = 12.94%
B = 37.74%

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

#B7308C (or 0xB7308C) is known color: Medium Red Violet. HEX triplet: B7, 30 and 8C. RGB value is (183,48,140). Sum of RGB (Red+Green+Blue) = 183+48+140=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B7308C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7308C is #48CF73. Grayscale: #626262. Windows color (decimal): -4771700 or 9187511. OLE color: 9187511.

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

Color convert

RGB 183 48 140 -
CMYK 0 0.74 0.23 0.28
HSL 319.11º 0.58% 0.45% -
HSV(B) 319.11º 0.74% 0.72% -
XYZ 25.32 14.07 26.19 -
YUV 98.85 151.23 188.02 -
System Red Green Blue C M Y K H S L
Decimal 183 48 140 0 0.74 0.23 0.28 319.11 0.58 0.45
Hex B7 30 8C 0 4A 17 1C 13F 3A 2D
Octal 267 60 214 0 112 27 34 477 72 55
Binary 10110111 110000 10001100 0 1001010 10111 11100 100111111 111010 101101

Color Harmonies of #B7308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7308C

Black with #B7308C

Text Example


Text Example

White with #B7308C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7308C; }

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

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

background-color css

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

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

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

border-color css

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

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

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