Html Css Color HEX #B4299F Medium Red Violet

📋 copy color: '#B4299F'

red 180 ◦ green 41 ◦ blue 159

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

Shades of Medium Red Violet #B4299F

Tints of Medium Red Violet #B4299F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.84%

R = 47.37%
G = 10.79%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B4299F (or 0xB4299F) is known color: Medium Red Violet. HEX triplet: B4, 29 and 9F. RGB value is (180,41,159). Sum of RGB (Red+Green+Blue) = 180+41+159=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B4299F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4299F is #4BD660. Grayscale: #5F5F5F. Windows color (decimal): -4970081 or 10430900. OLE color: 10430900.

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

Color convert

RGB 180 41 159 -
CMYK 0 0.77 0.12 0.29
HSL 309.06º 0.63% 0.43% -
HSV(B) 309.06º 0.77% 0.71% -
XYZ 25.87 13.79 34.1 -
YUV 96.01 163.55 187.91 -
System Red Green Blue C M Y K H S L
Decimal 180 41 159 0 0.77 0.12 0.29 309.06 0.63 0.43
Hex B4 29 9F 0 4D C 1D 135 3F 2B
Octal 264 51 237 0 115 14 35 465 77 53
Binary 10110100 101001 10011111 0 1001101 1100 11101 100110101 111111 101011

Color Harmonies of #B4299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4299F

Black with #B4299F

Text Example


Text Example

White with #B4299F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4299F; }

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

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

background-color css

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

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

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

border-color css

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

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

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