Html Css Color HEX #B04483 Medium Red Violet

📋 copy color: '#B04483'

red 176 ◦ green 68 ◦ blue 131

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

Shades of Medium Red Violet #B04483

Tints of Medium Red Violet #B04483

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.13%

 BLUE value IS 131 (51.56% from 255) = 34.93%

R = 46.93%
G = 18.13%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B04483 (or 0xB04483) is known color: Medium Red Violet. HEX triplet: B0, 44 and 83. RGB value is (176,68,131). Sum of RGB (Red+Green+Blue) = 176+68+131=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B04483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04483 is #4FBB7C. Grayscale: #6B6B6B. Windows color (decimal): -5225341 or 8602800. OLE color: 8602800.

HSL color Cylindrical-coordinate representation of color #B04483: hue angle of 325º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B04483 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 68 131 -
CMYK 0 0.61 0.26 0.31
HSL 325º 0.44% 0.48% -
HSV(B) 325º 0.61% 0.69% -
XYZ 24.07 15 23.1 -
YUV 107.47 141.28 176.88 -
System Red Green Blue C M Y K H S L
Decimal 176 68 131 0 0.61 0.26 0.31 325 0.44 0.48
Hex B0 44 83 0 3D 1A 1F 145 2C 30
Octal 260 104 203 0 75 32 37 505 54 60
Binary 10110000 1000100 10000011 0 111101 11010 11111 101000101 101100 110000

Color Harmonies of #B04483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04483

Black with #B04483

Text Example


Text Example

White with #B04483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04483; }

 p { color: rgb(176,68,131); }

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

background-color css

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

 a { background-color: rgb(176,68,131); }

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

border-color css

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

 span { border-color: rgb(176,68,131); }

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