Html Css Color HEX #B4256F Medium Red Violet

📋 copy color: '#B4256F'

red 180 ◦ green 37 ◦ blue 111

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

Shades of Medium Red Violet #B4256F

Tints of Medium Red Violet #B4256F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.28%

 BLUE value IS 111 (43.75% from 255) = 33.84%

R = 54.88%
G = 11.28%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B4256F (or 0xB4256F) is known color: Medium Red Violet. HEX triplet: B4, 25 and 6F. RGB value is (180,37,111). Sum of RGB (Red+Green+Blue) = 180+37+111=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B4256F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4256F is #4BDA90. Grayscale: #585858. Windows color (decimal): -4971153 or 7284148. OLE color: 7284148.

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

Color convert

RGB 180 37 111 -
CMYK 0 0.79 0.38 0.29
HSL 328.95º 0.66% 0.43% -
HSV(B) 328.95º 0.79% 0.71% -
XYZ 22.35 12.17 16.21 -
YUV 88.19 140.88 193.48 -
System Red Green Blue C M Y K H S L
Decimal 180 37 111 0 0.79 0.38 0.29 328.95 0.66 0.43
Hex B4 25 6F 0 4F 26 1D 149 42 2B
Octal 264 45 157 0 117 46 35 511 102 53
Binary 10110100 100101 1101111 0 1001111 100110 11101 101001001 1000010 101011

Color Harmonies of #B4256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4256F

Black with #B4256F

Text Example


Text Example

White with #B4256F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4256F; }

 p { color: rgb(180,37,111); }

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

background-color css

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

 a { background-color: rgb(180,37,111); }

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

border-color css

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

 span { border-color: rgb(180,37,111); }

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