Html Css Color HEX #B82F93 Medium Red Violet

📋 copy color: '#B82F93'

red 184 ◦ green 47 ◦ blue 147

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

Shades of Medium Red Violet #B82F93

Tints of Medium Red Violet #B82F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.89%

R = 48.68%
G = 12.43%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B82F93 (or 0xB82F93) is known color: Medium Red Violet. HEX triplet: B8, 2F and 93. RGB value is (184,47,147). Sum of RGB (Red+Green+Blue) = 184+47+147=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82F93 is #47D06C. Grayscale: #636363. Windows color (decimal): -4706413 or 9646008. OLE color: 9646008.

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

Color convert

RGB 184 47 147 -
CMYK 0 0.74 0.20 0.28
HSL 316.2º 0.59% 0.45% -
HSV(B) 316.2º 0.74% 0.72% -
XYZ 26.05 14.33 29 -
YUV 99.36 154.89 188.37 -
System Red Green Blue C M Y K H S L
Decimal 184 47 147 0 0.74 0.20 0.28 316.2 0.59 0.45
Hex B8 2F 93 0 4A 14 1C 13C 3B 2D
Octal 270 57 223 0 112 24 34 474 73 55
Binary 10111000 101111 10010011 0 1001010 10100 11100 100111100 111011 101101

Color Harmonies of #B82F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82F93

Black with #B82F93

Text Example


Text Example

White with #B82F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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