Html Css Color HEX #B82F8F Medium Red Violet

📋 copy color: '#B82F8F'

red 184 ◦ green 47 ◦ blue 143

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

Shades of Medium Red Violet #B82F8F

Tints of Medium Red Violet #B82F8F

RGB

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

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

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

R = 49.2%
G = 12.57%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B82F8F (or 0xB82F8F) is known color: Medium Red Violet. HEX triplet: B8, 2F and 8F. RGB value is (184,47,143). Sum of RGB (Red+Green+Blue) = 184+47+143=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82F8F is #47D070. Grayscale: #626262. Windows color (decimal): -4706417 or 9383864. OLE color: 9383864.

HSL color Cylindrical-coordinate representation of color #B82F8F: hue angle of 317.96º 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 #B82F8F is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 47 143 -
CMYK 0 0.74 0.22 0.28
HSL 317.96º 0.59% 0.45% -
HSV(B) 317.96º 0.74% 0.72% -
XYZ 25.74 14.21 27.37 -
YUV 98.91 152.89 188.69 -
System Red Green Blue C M Y K H S L
Decimal 184 47 143 0 0.74 0.22 0.28 317.96 0.59 0.45
Hex B8 2F 8F 0 4A 16 1C 13E 3B 2D
Octal 270 57 217 0 112 26 34 476 73 55
Binary 10111000 101111 10001111 0 1001010 10110 11100 100111110 111011 101101

Color Harmonies of #B82F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82F8F

Black with #B82F8F

Text Example


Text Example

White with #B82F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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