Html Css Color HEX #B82E8F Medium Red Violet

📋 copy color: '#B82E8F'

red 184 ◦ green 46 ◦ blue 143

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

Shades of Medium Red Violet #B82E8F

Tints of Medium Red Violet #B82E8F

RGB

 RED value IS 184 (72.27% from 255) = 49.33%

 GREEN value IS 46 (18.36% from 255) = 12.33%

 BLUE value IS 143 (56.25% from 255) = 38.34%

R = 49.33%
G = 12.33%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B82E8F (or 0xB82E8F) is known color: Medium Red Violet. HEX triplet: B8, 2E and 8F. RGB value is (184,46,143). Sum of RGB (Red+Green+Blue) = 184+46+143=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 46 (18.36% from 255 or 12.33% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82E8F is #47D170. Grayscale: #626262. Windows color (decimal): -4706673 or 9383608. OLE color: 9383608.

HSL color Cylindrical-coordinate representation of color #B82E8F: hue angle of 317.83º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B82E8F is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 46 143 -
CMYK 0 0.75 0.22 0.28
HSL 317.83º 0.6% 0.45% -
HSV(B) 317.83º 0.75% 0.72% -
XYZ 25.7 14.13 27.36 -
YUV 98.32 153.22 189.11 -
System Red Green Blue C M Y K H S L
Decimal 184 46 143 0 0.75 0.22 0.28 317.83 0.6 0.45
Hex B8 2E 8F 0 4B 16 1C 13E 3C 2D
Octal 270 56 217 0 113 26 34 476 74 55
Binary 10111000 101110 10001111 0 1001011 10110 11100 100111110 111100 101101

Color Harmonies of #B82E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82E8F

Black with #B82E8F

Text Example


Text Example

White with #B82E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82E8F; }

 p { color: rgb(184,46,143); }

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

background-color css

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

 a { background-color: rgb(184,46,143); }

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

border-color css

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

 span { border-color: rgb(184,46,143); }

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