Html Css Color HEX #B82B9C Medium Red Violet

📋 copy color: '#B82B9C'

red 184 ◦ green 43 ◦ blue 156

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

Shades of Medium Red Violet #B82B9C

Tints of Medium Red Violet #B82B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.73%

R = 48.04%
G = 11.23%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B82B9C (or 0xB82B9C) is known color: Medium Red Violet. HEX triplet: B8, 2B and 9C. RGB value is (184,43,156). Sum of RGB (Red+Green+Blue) = 184+43+156=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B82B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82B9C is #47D463. Grayscale: #616161. Windows color (decimal): -4707428 or 10234808. OLE color: 10234808.

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

Color convert

RGB 184 43 156 -
CMYK 0 0.77 0.15 0.28
HSL 311.91º 0.62% 0.45% -
HSV(B) 311.91º 0.77% 0.72% -
XYZ 26.63 14.32 32.81 -
YUV 98.04 160.71 189.31 -
System Red Green Blue C M Y K H S L
Decimal 184 43 156 0 0.77 0.15 0.28 311.91 0.62 0.45
Hex B8 2B 9C 0 4D F 1C 138 3E 2D
Octal 270 53 234 0 115 17 34 470 76 55
Binary 10111000 101011 10011100 0 1001101 1111 11100 100111000 111110 101101

Color Harmonies of #B82B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82B9C

Black with #B82B9C

Text Example


Text Example

White with #B82B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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