Html Css Color HEX #B82B9F Medium Red Violet

📋 copy color: '#B82B9F'

red 184 ◦ green 43 ◦ blue 159

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

Shades of Medium Red Violet #B82B9F

Tints of Medium Red Violet #B82B9F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.14%

 BLUE value IS 159 (62.5% from 255) = 41.19%

R = 47.67%
G = 11.14%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B82B9F (or 0xB82B9F) is known color: Medium Red Violet. HEX triplet: B8, 2B and 9F. RGB value is (184,43,159). Sum of RGB (Red+Green+Blue) = 184+43+159=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B82B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82B9F is #47D460. Grayscale: #626262. Windows color (decimal): -4707425 or 10431416. OLE color: 10431416.

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

Color convert

RGB 184 43 159 -
CMYK 0 0.77 0.14 0.28
HSL 310.64º 0.62% 0.45% -
HSV(B) 310.64º 0.77% 0.72% -
XYZ 26.89 14.42 34.17 -
YUV 98.38 162.21 189.07 -
System Red Green Blue C M Y K H S L
Decimal 184 43 159 0 0.77 0.14 0.28 310.64 0.62 0.45
Hex B8 2B 9F 0 4D E 1C 137 3E 2D
Octal 270 53 237 0 115 16 34 467 76 55
Binary 10111000 101011 10011111 0 1001101 1110 11100 100110111 111110 101101

Color Harmonies of #B82B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82B9F

Black with #B82B9F

Text Example


Text Example

White with #B82B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82B9F; }

 p { color: rgb(184,43,159); }

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

background-color css

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

 a { background-color: rgb(184,43,159); }

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

border-color css

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

 span { border-color: rgb(184,43,159); }

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