Html Css Color HEX #B82BA7 Medium Red Violet

📋 copy color: '#B82BA7'

red 184 ◦ green 43 ◦ blue 167

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

Shades of Medium Red Violet #B82BA7

Tints of Medium Red Violet #B82BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.39%

R = 46.7%
G = 10.91%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B82BA7 (or 0xB82BA7) is known color: Medium Red Violet. HEX triplet: B8, 2B and A7. RGB value is (184,43,167). Sum of RGB (Red+Green+Blue) = 184+43+167=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 43 (17.19% from 255 or 10.91% from 394); Blue value is 167 (65.62% from 255 or 42.39% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B82BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82BA7 is #47D458. Grayscale: #626262. Windows color (decimal): -4707417 or 10955704. OLE color: 10955704.

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

Color convert

RGB 184 43 167 -
CMYK 0 0.77 0.09 0.28
HSL 307.23º 0.62% 0.45% -
HSV(B) 307.23º 0.77% 0.72% -
XYZ 27.61 14.71 37.94 -
YUV 99.3 166.21 188.42 -
System Red Green Blue C M Y K H S L
Decimal 184 43 167 0 0.77 0.09 0.28 307.23 0.62 0.45
Hex B8 2B A7 0 4D 9 1C 133 3E 2D
Octal 270 53 247 0 115 11 34 463 76 55
Binary 10111000 101011 10100111 0 1001101 1001 11100 100110011 111110 101101

Color Harmonies of #B82BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82BA7

Black with #B82BA7

Text Example


Text Example

White with #B82BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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