Html Css Color HEX #B82BA5 Medium Red Violet

📋 copy color: '#B82BA5'

red 184 ◦ green 43 ◦ blue 165

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

Shades of Medium Red Violet #B82BA5

Tints of Medium Red Violet #B82BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.09%

R = 46.94%
G = 10.97%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B82BA5 (or 0xB82BA5) is known color: Medium Red Violet. HEX triplet: B8, 2B and A5. RGB value is (184,43,165). Sum of RGB (Red+Green+Blue) = 184+43+165=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 43 (17.19% from 255 or 10.97% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B82BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82BA5 is #47D45A. Grayscale: #626262. Windows color (decimal): -4707419 or 10824632. OLE color: 10824632.

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

Color convert

RGB 184 43 165 -
CMYK 0 0.77 0.10 0.28
HSL 308.09º 0.62% 0.45% -
HSV(B) 308.09º 0.77% 0.72% -
XYZ 27.42 14.63 36.98 -
YUV 99.07 165.21 188.58 -
System Red Green Blue C M Y K H S L
Decimal 184 43 165 0 0.77 0.10 0.28 308.09 0.62 0.45
Hex B8 2B A5 0 4D A 1C 134 3E 2D
Octal 270 53 245 0 115 12 34 464 76 55
Binary 10111000 101011 10100101 0 1001101 1010 11100 100110100 111110 101101

Color Harmonies of #B82BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82BA5

Black with #B82BA5

Text Example


Text Example

White with #B82BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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