Html Css Color HEX #B61BBE Deep Magenta

📋 copy color: '#B61BBE'

red 182 ◦ green 27 ◦ blue 190

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

Shades of Deep Magenta #B61BBE

Tints of Deep Magenta #B61BBE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.77%

 BLUE value IS 190 (74.61% from 255) = 47.62%

R = 45.61%
G = 6.77%
B = 47.62%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B61BBE (or 0xB61BBE) is known color: Deep Magenta. HEX triplet: B6, 1B and BE. RGB value is (182,27,190). Sum of RGB (Red+Green+Blue) = 182+27+190=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 27 (10.94% from 255 or 6.77% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #B61BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61BBE is #49E441. Grayscale: #5B5B5B. Windows color (decimal): -4842562 or 12458934. OLE color: 12458934.

HSL color Cylindrical-coordinate representation of color #B61BBE: hue angle of 297.06º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61BBE is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 27 190 -
CMYK 0.04 0.86 0 0.25
HSL 297.06º 0.75% 0.43% -
HSV(B) 297.06º 0.86% 0.75% -
XYZ 28.98 14.45 49.98 -
YUV 91.93 183.35 192.25 -
System Red Green Blue C M Y K H S L
Decimal 182 27 190 0.04 0.86 0 0.25 297.06 0.75 0.43
Hex B6 1B BE 4 56 0 19 129 4B 2B
Octal 266 33 276 4 126 0 31 451 113 53
Binary 10110110 11011 10111110 100 1010110 0 11001 100101001 1001011 101011

Color Harmonies of #B61BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61BBE

Black with #B61BBE

Text Example


Text Example

White with #B61BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61BBE; }

 p { color: rgb(182,27,190); }

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

background-color css

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

 a { background-color: rgb(182,27,190); }

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

border-color css

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

 span { border-color: rgb(182,27,190); }

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