Html Css Color HEX #B82F7E Medium Red Violet

📋 copy color: '#B82F7E'

red 184 ◦ green 47 ◦ blue 126

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

Shades of Medium Red Violet #B82F7E

Tints of Medium Red Violet #B82F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.29%

R = 51.54%
G = 13.17%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B82F7E (or 0xB82F7E) is known color: Medium Red Violet. HEX triplet: B8, 2F and 7E. RGB value is (184,47,126). Sum of RGB (Red+Green+Blue) = 184+47+126=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 47 (18.75% from 255 or 13.17% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82F7E is #47D081. Grayscale: #606060. Windows color (decimal): -4706434 or 8269752. OLE color: 8269752.

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

Color convert

RGB 184 47 126 -
CMYK 0 0.74 0.32 0.28
HSL 325.4º 0.59% 0.45% -
HSV(B) 325.4º 0.74% 0.72% -
XYZ 24.55 13.73 21.09 -
YUV 96.97 144.39 190.08 -
System Red Green Blue C M Y K H S L
Decimal 184 47 126 0 0.74 0.32 0.28 325.4 0.59 0.45
Hex B8 2F 7E 0 4A 20 1C 145 3B 2D
Octal 270 57 176 0 112 40 34 505 73 55
Binary 10111000 101111 1111110 0 1001010 100000 11100 101000101 111011 101101

Color Harmonies of #B82F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82F7E

Black with #B82F7E

Text Example


Text Example

White with #B82F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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