Html Css Color HEX #B3278B Medium Red Violet

📋 copy color: '#B3278B'

red 179 ◦ green 39 ◦ blue 139

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

Shades of Medium Red Violet #B3278B

Tints of Medium Red Violet #B3278B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.92%

 BLUE value IS 139 (54.69% from 255) = 38.94%

R = 50.14%
G = 10.92%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3278B (or 0xB3278B) is known color: Medium Red Violet. HEX triplet: B3, 27 and 8B. RGB value is (179,39,139). Sum of RGB (Red+Green+Blue) = 179+39+139=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B3278B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3278B is #4CD874. Grayscale: #5C5C5C. Windows color (decimal): -5036149 or 9119667. OLE color: 9119667.

HSL color Cylindrical-coordinate representation of color #B3278B: hue angle of 317.14º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B3278B is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 39 139 -
CMYK 0 0.78 0.22 0.30
HSL 317.14º 0.64% 0.43% -
HSV(B) 317.14º 0.78% 0.7% -
XYZ 23.98 12.9 25.65 -
YUV 92.26 154.38 189.87 -
System Red Green Blue C M Y K H S L
Decimal 179 39 139 0 0.78 0.22 0.30 317.14 0.64 0.43
Hex B3 27 8B 0 4E 16 1E 13D 40 2B
Octal 263 47 213 0 116 26 36 475 100 53
Binary 10110011 100111 10001011 0 1001110 10110 11110 100111101 1000000 101011

Color Harmonies of #B3278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3278B

Black with #B3278B

Text Example


Text Example

White with #B3278B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3278B; }

 p { color: rgb(179,39,139); }

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

background-color css

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

 a { background-color: rgb(179,39,139); }

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

border-color css

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

 span { border-color: rgb(179,39,139); }

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