Html Css Color HEX #B4278E Medium Red Violet

📋 copy color: '#B4278E'

red 180 ◦ green 39 ◦ blue 142

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

Shades of Medium Red Violet #B4278E

Tints of Medium Red Violet #B4278E

RGB

 RED value IS 180 (70.7% from 255) = 49.86%

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

 BLUE value IS 142 (55.86% from 255) = 39.34%

R = 49.86%
G = 10.8%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B4278E (or 0xB4278E) is known color: Medium Red Violet. HEX triplet: B4, 27 and 8E. RGB value is (180,39,142). Sum of RGB (Red+Green+Blue) = 180+39+142=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B4278E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4278E is #4BD871. Grayscale: #5C5C5C. Windows color (decimal): -4970610 or 9316276. OLE color: 9316276.

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

Color convert

RGB 180 39 142 -
CMYK 0 0.78 0.21 0.29
HSL 316.17º 0.64% 0.43% -
HSV(B) 316.17º 0.78% 0.71% -
XYZ 24.43 13.11 26.83 -
YUV 92.9 155.71 190.12 -
System Red Green Blue C M Y K H S L
Decimal 180 39 142 0 0.78 0.21 0.29 316.17 0.64 0.43
Hex B4 27 8E 0 4E 15 1D 13C 40 2B
Octal 264 47 216 0 116 25 35 474 100 53
Binary 10110100 100111 10001110 0 1001110 10101 11101 100111100 1000000 101011

Color Harmonies of #B4278E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4278E

Black with #B4278E

Text Example


Text Example

White with #B4278E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4278E; }

 p { color: rgb(180,39,142); }

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

background-color css

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

 a { background-color: rgb(180,39,142); }

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

border-color css

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

 span { border-color: rgb(180,39,142); }

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