Html Css Color HEX #B61FC0 Deep Magenta

📋 copy color: '#B61FC0'

red 182 ◦ green 31 ◦ blue 192

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

Shades of Deep Magenta #B61FC0

Tints of Deep Magenta #B61FC0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.65%

 BLUE value IS 192 (75.39% from 255) = 47.41%

R = 44.94%
G = 7.65%
B = 47.41%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B61FC0 (or 0xB61FC0) is known color: Deep Magenta. HEX triplet: B6, 1F and C0. RGB value is (182,31,192). Sum of RGB (Red+Green+Blue) = 182+31+192=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 31 (12.5% from 255 or 7.65% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #B61FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61FC0 is #49E03F. Grayscale: #5E5E5E. Windows color (decimal): -4841536 or 12591030. OLE color: 12591030.

HSL color Cylindrical-coordinate representation of color #B61FC0: hue angle of 296.27º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B61FC0 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 31 192 -
CMYK 0.05 0.84 0 0.25
HSL 296.27º 0.72% 0.44% -
HSV(B) 296.27º 0.84% 0.75% -
XYZ 29.3 14.73 51.17 -
YUV 94.5 183.03 190.41 -
System Red Green Blue C M Y K H S L
Decimal 182 31 192 0.05 0.84 0 0.25 296.27 0.72 0.44
Hex B6 1F C0 5 54 0 19 128 48 2C
Octal 266 37 300 5 124 0 31 450 110 54
Binary 10110110 11111 11000000 101 1010100 0 11001 100101000 1001000 101100

Color Harmonies of #B61FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61FC0

Black with #B61FC0

Text Example


Text Example

White with #B61FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61FC0; }

 p { color: rgb(182,31,192); }

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

background-color css

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

 a { background-color: rgb(182,31,192); }

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

border-color css

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

 span { border-color: rgb(182,31,192); }

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