Html Css Color HEX #B82F9B Medium Red Violet

📋 copy color: '#B82F9B'

red 184 ◦ green 47 ◦ blue 155

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

Shades of Medium Red Violet #B82F9B

Tints of Medium Red Violet #B82F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.16%

R = 47.67%
G = 12.18%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B82F9B (or 0xB82F9B) is known color: Medium Red Violet. HEX triplet: B8, 2F and 9B. RGB value is (184,47,155). Sum of RGB (Red+Green+Blue) = 184+47+155=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82F9B is #47D064. Grayscale: #636363. Windows color (decimal): -4706405 or 10170296. OLE color: 10170296.

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

Color convert

RGB 184 47 155 -
CMYK 0 0.74 0.16 0.28
HSL 312.7º 0.59% 0.45% -
HSV(B) 312.7º 0.74% 0.72% -
XYZ 26.7 14.59 32.42 -
YUV 100.28 158.89 187.72 -
System Red Green Blue C M Y K H S L
Decimal 184 47 155 0 0.74 0.16 0.28 312.7 0.59 0.45
Hex B8 2F 9B 0 4A 10 1C 139 3B 2D
Octal 270 57 233 0 112 20 34 471 73 55
Binary 10111000 101111 10011011 0 1001010 10000 11100 100111001 111011 101101

Color Harmonies of #B82F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82F9B

Black with #B82F9B

Text Example


Text Example

White with #B82F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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