Html Css Color HEX #B61883 Medium Violet Red

📋 copy color: '#B61883'

red 182 ◦ green 24 ◦ blue 131

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

Shades of Medium Violet Red #B61883

Tints of Medium Violet Red #B61883

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.12%

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

R = 54.01%
G = 7.12%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B61883 (or 0xB61883) is known color: Medium Violet Red. HEX triplet: B6, 18 and 83. RGB value is (182,24,131). Sum of RGB (Red+Green+Blue) = 182+24+131=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B61883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61883 is #49E77C. Grayscale: #535353. Windows color (decimal): -4843389 or 8591542. OLE color: 8591542.

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

Color convert

RGB 182 24 131 -
CMYK 0 0.87 0.28 0.29
HSL 319.37º 0.77% 0.4% -
HSV(B) 319.37º 0.87% 0.71% -
XYZ 23.71 12.24 22.58 -
YUV 83.44 154.85 198.3 -
System Red Green Blue C M Y K H S L
Decimal 182 24 131 0 0.87 0.28 0.29 319.37 0.77 0.4
Hex B6 18 83 0 57 1C 1D 13F 4D 28
Octal 266 30 203 0 127 34 35 477 115 50
Binary 10110110 11000 10000011 0 1010111 11100 11101 100111111 1001101 101000

Color Harmonies of #B61883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61883

Black with #B61883

Text Example


Text Example

White with #B61883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61883; }

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

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

background-color css

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

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

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

border-color css

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

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

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