Html Css Color HEX #B61EC0 Deep Magenta

📋 copy color: '#B61EC0'

red 182 ◦ green 30 ◦ blue 192

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

Shades of Deep Magenta #B61EC0

Tints of Deep Magenta #B61EC0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.43%

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

R = 45.05%
G = 7.43%
B = 47.52%

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

#B61EC0 (or 0xB61EC0) is known color: Deep Magenta. HEX triplet: B6, 1E and C0. RGB value is (182,30,192). Sum of RGB (Red+Green+Blue) = 182+30+192=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 30 (12.11% from 255 or 7.43% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #B61EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61EC0 is #49E13F. Grayscale: #5D5D5D. Windows color (decimal): -4841792 or 12590774. OLE color: 12590774.

HSL color Cylindrical-coordinate representation of color #B61EC0: hue angle of 296.3º degrees, saturation: 0.73, 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 #B61EC0 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 30 192 -
CMYK 0.05 0.84 0 0.25
HSL 296.3º 0.73% 0.44% -
HSV(B) 296.3º 0.84% 0.75% -
XYZ 29.27 14.68 51.16 -
YUV 93.92 183.36 190.83 -
System Red Green Blue C M Y K H S L
Decimal 182 30 192 0.05 0.84 0 0.25 296.3 0.73 0.44
Hex B6 1E C0 5 54 0 19 128 49 2C
Octal 266 36 300 5 124 0 31 450 111 54
Binary 10110110 11110 11000000 101 1010100 0 11001 100101000 1001001 101100

Color Harmonies of #B61EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61EC0

Black with #B61EC0

Text Example


Text Example

White with #B61EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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