Html Css Color HEX #B61BDA Deep Magenta

📋 copy color: '#B61BDA'

red 182 ◦ green 27 ◦ blue 218

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

Shades of Deep Magenta #B61BDA

Tints of Deep Magenta #B61BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.05%

R = 42.62%
G = 6.32%
B = 51.05%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B61BDA (or 0xB61BDA) is known color: Deep Magenta. HEX triplet: B6, 1B and DA. RGB value is (182,27,218). Sum of RGB (Red+Green+Blue) = 182+27+218=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 27 (10.94% from 255 or 6.32% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #B61BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61BDA is #49E425. Grayscale: #5E5E5E. Windows color (decimal): -4842534 or 14293942. OLE color: 14293942.

HSL color Cylindrical-coordinate representation of color #B61BDA: hue angle of 288.69º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B61BDA is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 27 218 -
CMYK 0.17 0.88 0 0.15
HSL 288.69º 0.78% 0.48% -
HSV(B) 288.69º 0.88% 0.85% -
XYZ 32.34 15.79 67.67 -
YUV 95.12 197.35 189.97 -
System Red Green Blue C M Y K H S L
Decimal 182 27 218 0.17 0.88 0 0.15 288.69 0.78 0.48
Hex B6 1B DA 11 58 0 F 121 4E 30
Octal 266 33 332 21 130 0 17 441 116 60
Binary 10110110 11011 11011010 10001 1011000 0 1111 100100001 1001110 110000

Color Harmonies of #B61BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61BDA

Black with #B61BDA

Text Example


Text Example

White with #B61BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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