Html Css Color HEX #B4297F Medium Red Violet

📋 copy color: '#B4297F'

red 180 ◦ green 41 ◦ blue 127

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

Shades of Medium Red Violet #B4297F

Tints of Medium Red Violet #B4297F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.78%

 BLUE value IS 127 (50% from 255) = 36.49%

R = 51.72%
G = 11.78%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B4297F (or 0xB4297F) is known color: Medium Red Violet. HEX triplet: B4, 29 and 7F. RGB value is (180,41,127). Sum of RGB (Red+Green+Blue) = 180+41+127=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B4297F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4297F is #4BD680. Grayscale: #5C5C5C. Windows color (decimal): -4970113 or 8333748. OLE color: 8333748.

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

Color convert

RGB 180 41 127 -
CMYK 0 0.77 0.29 0.29
HSL 322.88º 0.63% 0.43% -
HSV(B) 322.88º 0.77% 0.71% -
XYZ 23.45 12.82 21.32 -
YUV 92.37 147.55 190.51 -
System Red Green Blue C M Y K H S L
Decimal 180 41 127 0 0.77 0.29 0.29 322.88 0.63 0.43
Hex B4 29 7F 0 4D 1D 1D 143 3F 2B
Octal 264 51 177 0 115 35 35 503 77 53
Binary 10110100 101001 1111111 0 1001101 11101 11101 101000011 111111 101011

Color Harmonies of #B4297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4297F

Black with #B4297F

Text Example


Text Example

White with #B4297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4297F; }

 p { color: rgb(180,41,127); }

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

background-color css

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

 a { background-color: rgb(180,41,127); }

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

border-color css

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

 span { border-color: rgb(180,41,127); }

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