Html Css Color HEX #B82B9D Medium Red Violet

📋 copy color: '#B82B9D'

red 184 ◦ green 43 ◦ blue 157

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

Shades of Medium Red Violet #B82B9D

Tints of Medium Red Violet #B82B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.89%

R = 47.92%
G = 11.2%
B = 40.89%

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

#B82B9D (or 0xB82B9D) is known color: Medium Red Violet. HEX triplet: B8, 2B and 9D. RGB value is (184,43,157). Sum of RGB (Red+Green+Blue) = 184+43+157=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B82B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82B9D is #47D462. Grayscale: #616161. Windows color (decimal): -4707427 or 10300344. OLE color: 10300344.

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

Color convert

RGB 184 43 157 -
CMYK 0 0.77 0.15 0.28
HSL 311.49º 0.62% 0.45% -
HSV(B) 311.49º 0.77% 0.72% -
XYZ 26.72 14.35 33.26 -
YUV 98.16 161.21 189.23 -
System Red Green Blue C M Y K H S L
Decimal 184 43 157 0 0.77 0.15 0.28 311.49 0.62 0.45
Hex B8 2B 9D 0 4D F 1C 137 3E 2D
Octal 270 53 235 0 115 17 34 467 76 55
Binary 10111000 101011 10011101 0 1001101 1111 11100 100110111 111110 101101

Color Harmonies of #B82B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82B9D

Black with #B82B9D

Text Example


Text Example

White with #B82B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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