Html Css Color HEX #B61683 Medium Violet Red

📋 copy color: '#B61683'

red 182 ◦ green 22 ◦ blue 131

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

Shades of Medium Violet Red #B61683

Tints of Medium Violet Red #B61683

RGB

 RED value IS 182 (71.48% from 255) = 54.33%

 GREEN value IS 22 (8.98% from 255) = 6.57%

 BLUE value IS 131 (51.56% from 255) = 39.1%

R = 54.33%
G = 6.57%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B61683 (or 0xB61683) is known color: Medium Violet Red. HEX triplet: B6, 16 and 83. RGB value is (182,22,131). Sum of RGB (Red+Green+Blue) = 182+22+131=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B61683 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61683 is #49E97C. Grayscale: #515151. Windows color (decimal): -4843901 or 8591030. OLE color: 8591030.

HSL color Cylindrical-coordinate representation of color #B61683: hue angle of 319.12º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B61683 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 22 131 -
CMYK 0 0.88 0.28 0.29
HSL 319.13º 0.78% 0.4% -
HSV(B) 319.13º 0.88% 0.71% -
XYZ 23.68 12.16 22.57 -
YUV 82.27 155.51 199.14 -
System Red Green Blue C M Y K H S L
Decimal 182 22 131 0 0.88 0.28 0.29 319.13 0.78 0.4
Hex B6 16 83 0 58 1C 1D 13F 4E 28
Octal 266 26 203 0 130 34 35 477 116 50
Binary 10110110 10110 10000011 0 1011000 11100 11101 100111111 1001110 101000

Color Harmonies of #B61683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61683

Black with #B61683

Text Example


Text Example

White with #B61683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61683; }

 p { color: rgb(182,22,131); }

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

background-color css

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

 a { background-color: rgb(182,22,131); }

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

border-color css

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

 span { border-color: rgb(182,22,131); }

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