Html Css Color HEX #B82F90 Medium Red Violet

📋 copy color: '#B82F90'

red 184 ◦ green 47 ◦ blue 144

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

Shades of Medium Red Violet #B82F90

Tints of Medium Red Violet #B82F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.4%

R = 49.07%
G = 12.53%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B82F90 (or 0xB82F90) is known color: Medium Red Violet. HEX triplet: B8, 2F and 90. RGB value is (184,47,144). Sum of RGB (Red+Green+Blue) = 184+47+144=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 47 (18.75% from 255 or 12.53% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82F90 is #47D06F. Grayscale: #626262. Windows color (decimal): -4706416 or 9449400. OLE color: 9449400.

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

Color convert

RGB 184 47 144 -
CMYK 0 0.74 0.22 0.28
HSL 317.52º 0.59% 0.45% -
HSV(B) 317.52º 0.74% 0.72% -
XYZ 25.82 14.24 27.77 -
YUV 99.02 153.39 188.61 -
System Red Green Blue C M Y K H S L
Decimal 184 47 144 0 0.74 0.22 0.28 317.52 0.59 0.45
Hex B8 2F 90 0 4A 16 1C 13E 3B 2D
Octal 270 57 220 0 112 26 34 476 73 55
Binary 10111000 101111 10010000 0 1001010 10110 11100 100111110 111011 101101

Color Harmonies of #B82F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82F90

Black with #B82F90

Text Example


Text Example

White with #B82F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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