Html Css Color HEX #B04280 Medium Red Violet

📋 copy color: '#B04280'

red 176 ◦ green 66 ◦ blue 128

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

Shades of Medium Red Violet #B04280

Tints of Medium Red Violet #B04280

RGB

 RED value IS 176 (69.14% from 255) = 47.57%

 GREEN value IS 66 (26.17% from 255) = 17.84%

 BLUE value IS 128 (50.39% from 255) = 34.59%

R = 47.57%
G = 17.84%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B04280 (or 0xB04280) is known color: Medium Red Violet. HEX triplet: B0, 42 and 80. RGB value is (176,66,128). Sum of RGB (Red+Green+Blue) = 176+66+128=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B04280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04280 is #4FBD7F. Grayscale: #696969. Windows color (decimal): -5225856 or 8405680. OLE color: 8405680.

HSL color Cylindrical-coordinate representation of color #B04280: hue angle of 326.18º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B04280 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 66 128 -
CMYK 0 0.62 0.27 0.31
HSL 326.18º 0.45% 0.47% -
HSV(B) 326.18º 0.63% 0.69% -
XYZ 23.75 14.69 22 -
YUV 105.96 140.44 177.96 -
System Red Green Blue C M Y K H S L
Decimal 176 66 128 0 0.62 0.27 0.31 326.18 0.45 0.47
Hex B0 42 80 0 3E 1B 1F 146 2D 2F
Octal 260 102 200 0 76 33 37 506 55 57
Binary 10110000 1000010 10000000 0 111110 11011 11111 101000110 101101 101111

Color Harmonies of #B04280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04280

Black with #B04280

Text Example


Text Example

White with #B04280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04280; }

 p { color: rgb(176,66,128); }

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

background-color css

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

 a { background-color: rgb(176,66,128); }

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

border-color css

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

 span { border-color: rgb(176,66,128); }

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