Html Css Color HEX #B4279C Medium Red Violet

📋 copy color: '#B4279C'

red 180 ◦ green 39 ◦ blue 156

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

Shades of Medium Red Violet #B4279C

Tints of Medium Red Violet #B4279C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.6%

R = 48%
G = 10.4%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4279C (or 0xB4279C) is known color: Medium Red Violet. HEX triplet: B4, 27 and 9C. RGB value is (180,39,156). Sum of RGB (Red+Green+Blue) = 180+39+156=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B4279C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4279C is #4BD863. Grayscale: #5E5E5E. Windows color (decimal): -4970596 or 10233780. OLE color: 10233780.

HSL color Cylindrical-coordinate representation of color #B4279C: hue angle of 310.21º 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 #B4279C is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 39 156 -
CMYK 0 0.78 0.13 0.29
HSL 310.21º 0.64% 0.43% -
HSV(B) 310.21º 0.78% 0.71% -
XYZ 25.55 13.55 32.72 -
YUV 94.5 162.71 188.99 -
System Red Green Blue C M Y K H S L
Decimal 180 39 156 0 0.78 0.13 0.29 310.21 0.64 0.43
Hex B4 27 9C 0 4E D 1D 136 40 2B
Octal 264 47 234 0 116 15 35 466 100 53
Binary 10110100 100111 10011100 0 1001110 1101 11101 100110110 1000000 101011

Color Harmonies of #B4279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4279C

Black with #B4279C

Text Example


Text Example

White with #B4279C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4279C; }

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

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

background-color css

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

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

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

border-color css

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

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

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