Html Css Color HEX #B3368A Medium Red Violet

📋 copy color: '#B3368A'

red 179 ◦ green 54 ◦ blue 138

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

Shades of Medium Red Violet #B3368A

Tints of Medium Red Violet #B3368A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.56%

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

R = 48.25%
G = 14.56%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B3368A (or 0xB3368A) is known color: Medium Red Violet. HEX triplet: B3, 36 and 8A. RGB value is (179,54,138). Sum of RGB (Red+Green+Blue) = 179+54+138=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B3368A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3368A is #4CC975. Grayscale: #646464. Windows color (decimal): -5032310 or 9057971. OLE color: 9057971.

HSL color Cylindrical-coordinate representation of color #B3368A: hue angle of 319.68º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B3368A is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 54 138 -
CMYK 0 0.70 0.23 0.30
HSL 319.68º 0.54% 0.46% -
HSV(B) 319.68º 0.7% 0.7% -
XYZ 24.5 14.06 25.47 -
YUV 100.95 148.91 183.67 -
System Red Green Blue C M Y K H S L
Decimal 179 54 138 0 0.70 0.23 0.30 319.68 0.54 0.46
Hex B3 36 8A 0 46 17 1E 140 36 2E
Octal 263 66 212 0 106 27 36 500 66 56
Binary 10110011 110110 10001010 0 1000110 10111 11110 101000000 110110 101110

Color Harmonies of #B3368A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3368A

Black with #B3368A

Text Example


Text Example

White with #B3368A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3368A; }

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

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

background-color css

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

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

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

border-color css

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

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

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