Html Css Color HEX #B82F7B Medium Red Violet

📋 copy color: '#B82F7B'

red 184 ◦ green 47 ◦ blue 123

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

Shades of Medium Red Violet #B82F7B

Tints of Medium Red Violet #B82F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.75%

R = 51.98%
G = 13.28%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B82F7B (or 0xB82F7B) is known color: Medium Red Violet. HEX triplet: B8, 2F and 7B. RGB value is (184,47,123). Sum of RGB (Red+Green+Blue) = 184+47+123=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 47 (18.75% from 255 or 13.28% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82F7B is #47D084. Grayscale: #606060. Windows color (decimal): -4706437 or 8073144. OLE color: 8073144.

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

Color convert

RGB 184 47 123 -
CMYK 0 0.74 0.33 0.28
HSL 326.72º 0.59% 0.45% -
HSV(B) 326.72º 0.74% 0.72% -
XYZ 24.36 13.65 20.09 -
YUV 96.63 142.89 190.32 -
System Red Green Blue C M Y K H S L
Decimal 184 47 123 0 0.74 0.33 0.28 326.72 0.59 0.45
Hex B8 2F 7B 0 4A 21 1C 147 3B 2D
Octal 270 57 173 0 112 41 34 507 73 55
Binary 10111000 101111 1111011 0 1001010 100001 11100 101000111 111011 101101

Color Harmonies of #B82F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82F7B

Black with #B82F7B

Text Example


Text Example

White with #B82F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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