Html Css Color HEX #B82F8C Medium Red Violet

📋 copy color: '#B82F8C'

red 184 ◦ green 47 ◦ blue 140

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

Shades of Medium Red Violet #B82F8C

Tints of Medium Red Violet #B82F8C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.67%

 BLUE value IS 140 (55.08% from 255) = 37.74%

R = 49.6%
G = 12.67%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B82F8C (or 0xB82F8C) is known color: Medium Red Violet. HEX triplet: B8, 2F and 8C. RGB value is (184,47,140). Sum of RGB (Red+Green+Blue) = 184+47+140=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82F8C is #47D073. Grayscale: #626262. Windows color (decimal): -4706420 or 9187256. OLE color: 9187256.

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

Color convert

RGB 184 47 140 -
CMYK 0 0.74 0.24 0.28
HSL 319.27º 0.59% 0.45% -
HSV(B) 319.27º 0.74% 0.72% -
XYZ 25.52 14.12 26.19 -
YUV 98.57 151.39 188.94 -
System Red Green Blue C M Y K H S L
Decimal 184 47 140 0 0.74 0.24 0.28 319.27 0.59 0.45
Hex B8 2F 8C 0 4A 18 1C 13F 3B 2D
Octal 270 57 214 0 112 30 34 477 73 55
Binary 10111000 101111 10001100 0 1001010 11000 11100 100111111 111011 101101

Color Harmonies of #B82F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82F8C

Black with #B82F8C

Text Example


Text Example

White with #B82F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82F8C; }

 p { color: rgb(184,47,140); }

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

background-color css

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

 a { background-color: rgb(184,47,140); }

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

border-color css

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

 span { border-color: rgb(184,47,140); }

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