Html Css Color HEX #B82685 Medium Red Violet

📋 copy color: '#B82685'

red 184 ◦ green 38 ◦ blue 133

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

Shades of Medium Red Violet #B82685

Tints of Medium Red Violet #B82685

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.7%

 BLUE value IS 133 (52.34% from 255) = 37.46%

R = 51.83%
G = 10.7%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B82685 (or 0xB82685) is known color: Medium Red Violet. HEX triplet: B8, 26 and 85. RGB value is (184,38,133). Sum of RGB (Red+Green+Blue) = 184+38+133=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B82685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82685 is #47D97A. Grayscale: #5C5C5C. Windows color (decimal): -4708731 or 8726200. OLE color: 8726200.

HSL color Cylindrical-coordinate representation of color #B82685: hue angle of 320.96º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B82685 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 38 133 -
CMYK 0 0.79 0.28 0.28
HSL 320.96º 0.66% 0.44% -
HSV(B) 320.96º 0.79% 0.72% -
XYZ 24.69 13.27 23.45 -
YUV 92.48 150.87 193.28 -
System Red Green Blue C M Y K H S L
Decimal 184 38 133 0 0.79 0.28 0.28 320.96 0.66 0.44
Hex B8 26 85 0 4F 1C 1C 141 42 2C
Octal 270 46 205 0 117 34 34 501 102 54
Binary 10111000 100110 10000101 0 1001111 11100 11100 101000001 1000010 101100

Color Harmonies of #B82685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82685

Black with #B82685

Text Example


Text Example

White with #B82685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82685; }

 p { color: rgb(184,38,133); }

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

background-color css

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

 a { background-color: rgb(184,38,133); }

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

border-color css

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

 span { border-color: rgb(184,38,133); }

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