Html Css Color HEX #B7308F Medium Red Violet

📋 copy color: '#B7308F'

red 183 ◦ green 48 ◦ blue 143

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

Shades of Medium Red Violet #B7308F

Tints of Medium Red Violet #B7308F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.24%

R = 48.93%
G = 12.83%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B7308F (or 0xB7308F) is known color: Medium Red Violet. HEX triplet: B7, 30 and 8F. RGB value is (183,48,143). Sum of RGB (Red+Green+Blue) = 183+48+143=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B7308F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7308F is #48CF70. Grayscale: #626262. Windows color (decimal): -4771697 or 9384119. OLE color: 9384119.

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

Color convert

RGB 183 48 143 -
CMYK 0 0.74 0.22 0.28
HSL 317.78º 0.58% 0.45% -
HSV(B) 317.78º 0.74% 0.72% -
XYZ 25.54 14.16 27.37 -
YUV 99.2 152.73 187.78 -
System Red Green Blue C M Y K H S L
Decimal 183 48 143 0 0.74 0.22 0.28 317.78 0.58 0.45
Hex B7 30 8F 0 4A 16 1C 13E 3A 2D
Octal 267 60 217 0 112 26 34 476 72 55
Binary 10110111 110000 10001111 0 1001010 10110 11100 100111110 111010 101101

Color Harmonies of #B7308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7308F

Black with #B7308F

Text Example


Text Example

White with #B7308F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7308F; }

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

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

background-color css

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

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

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

border-color css

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

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

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