Html Css Color HEX #B3308F Medium Red Violet

📋 copy color: '#B3308F'

red 179 ◦ green 48 ◦ blue 143

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

Shades of Medium Red Violet #B3308F

Tints of Medium Red Violet #B3308F

RGB

 RED value IS 179 (70.31% from 255) = 48.38%

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

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

R = 48.38%
G = 12.97%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B3308F (or 0xB3308F) is known color: Medium Red Violet. HEX triplet: B3, 30 and 8F. RGB value is (179,48,143). Sum of RGB (Red+Green+Blue) = 179+48+143=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 179 - color contains mainly: red. Hex color #B3308F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3308F is #4CCF70. Grayscale: #616161. Windows color (decimal): -5033841 or 9384115. OLE color: 9384115.

HSL color Cylindrical-coordinate representation of color #B3308F: hue angle of 316.49º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B3308F is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 48 143 -
CMYK 0 0.73 0.20 0.30
HSL 316.49º 0.58% 0.45% -
HSV(B) 316.49º 0.73% 0.7% -
XYZ 24.61 13.68 27.33 -
YUV 98 153.4 185.78 -
System Red Green Blue C M Y K H S L
Decimal 179 48 143 0 0.73 0.20 0.30 316.49 0.58 0.45
Hex B3 30 8F 0 49 14 1E 13C 3A 2D
Octal 263 60 217 0 111 24 36 474 72 55
Binary 10110011 110000 10001111 0 1001001 10100 11110 100111100 111010 101101

Color Harmonies of #B3308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3308F

Black with #B3308F

Text Example


Text Example

White with #B3308F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3308F; }

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

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

background-color css

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

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

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

border-color css

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

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

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