Html Css Color HEX #B3348F Medium Red Violet

📋 copy color: '#B3348F'

red 179 ◦ green 52 ◦ blue 143

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

Shades of Medium Red Violet #B3348F

Tints of Medium Red Violet #B3348F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.9%

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

R = 47.86%
G = 13.9%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B3348F (or 0xB3348F) is known color: Medium Red Violet. HEX triplet: B3, 34 and 8F. RGB value is (179,52,143). Sum of RGB (Red+Green+Blue) = 179+52+143=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B3348F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3348F is #4CCB70. Grayscale: #646464. Windows color (decimal): -5032817 or 9385139. OLE color: 9385139.

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

Color convert

RGB 179 52 143 -
CMYK 0 0.71 0.20 0.30
HSL 317.01º 0.55% 0.45% -
HSV(B) 317.01º 0.71% 0.7% -
XYZ 24.78 14.02 27.39 -
YUV 100.35 152.08 184.1 -
System Red Green Blue C M Y K H S L
Decimal 179 52 143 0 0.71 0.20 0.30 317.01 0.55 0.45
Hex B3 34 8F 0 47 14 1E 13D 37 2D
Octal 263 64 217 0 107 24 36 475 67 55
Binary 10110011 110100 10001111 0 1000111 10100 11110 100111101 110111 101101

Color Harmonies of #B3348F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3348F

Black with #B3348F

Text Example


Text Example

White with #B3348F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3348F; }

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

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

background-color css

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

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

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

border-color css

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

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

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