Html Css Color HEX #B61BD3 Deep Magenta

📋 copy color: '#B61BD3'

red 182 ◦ green 27 ◦ blue 211

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

Shades of Deep Magenta #B61BD3

Tints of Deep Magenta #B61BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 50.24%

R = 43.33%
G = 6.43%
B = 50.24%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B61BD3 (or 0xB61BD3) is known color: Deep Magenta. HEX triplet: B6, 1B and D3. RGB value is (182,27,211). Sum of RGB (Red+Green+Blue) = 182+27+211=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 27 (10.94% from 255 or 6.43% from 420); Blue value is 211 (82.81% from 255 or 50.24% from 420); Max value from RGB is 211 - color contains mainly: blue. Hex color #B61BD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61BD3 is #49E42C. Grayscale: #5D5D5D. Windows color (decimal): -4842541 or 13835190. OLE color: 13835190.

HSL color Cylindrical-coordinate representation of color #B61BD3: hue angle of 290.54º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B61BD3 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 182 27 211 -
CMYK 0.14 0.87 0 0.17
HSL 290.54º 0.77% 0.47% -
HSV(B) 290.54º 0.87% 0.83% -
XYZ 31.44 15.43 62.95 -
YUV 94.32 193.85 190.54 -
System Red Green Blue C M Y K H S L
Decimal 182 27 211 0.14 0.87 0 0.17 290.54 0.77 0.47
Hex B6 1B D3 E 57 0 11 123 4D 2F
Octal 266 33 323 16 127 0 21 443 115 57
Binary 10110110 11011 11010011 1110 1010111 0 10001 100100011 1001101 101111

Color Harmonies of #B61BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61BD3

Black with #B61BD3

Text Example


Text Example

White with #B61BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61BD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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