Html Css Color HEX #B3308A Medium Red Violet

📋 copy color: '#B3308A'

red 179 ◦ green 48 ◦ blue 138

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

Shades of Medium Red Violet #B3308A

Tints of Medium Red Violet #B3308A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.81%

R = 49.04%
G = 13.15%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B3308A (or 0xB3308A) is known color: Medium Red Violet. HEX triplet: B3, 30 and 8A. RGB value is (179,48,138). Sum of RGB (Red+Green+Blue) = 179+48+138=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B3308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3308A is #4CCF75. Grayscale: #616161. Windows color (decimal): -5033846 or 9056435. OLE color: 9056435.

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

Color convert

RGB 179 48 138 -
CMYK 0 0.73 0.23 0.30
HSL 318.78º 0.58% 0.45% -
HSV(B) 318.78º 0.73% 0.7% -
XYZ 24.23 13.53 25.38 -
YUV 97.43 150.9 186.18 -
System Red Green Blue C M Y K H S L
Decimal 179 48 138 0 0.73 0.23 0.30 318.78 0.58 0.45
Hex B3 30 8A 0 49 17 1E 13F 3A 2D
Octal 263 60 212 0 111 27 36 477 72 55
Binary 10110011 110000 10001010 0 1001001 10111 11110 100111111 111010 101101

Color Harmonies of #B3308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3308A

Black with #B3308A

Text Example


Text Example

White with #B3308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3308A; }

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

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

background-color css

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

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

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

border-color css

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

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

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