Html Css Color HEX #B61BBA Deep Magenta

📋 copy color: '#B61BBA'

red 182 ◦ green 27 ◦ blue 186

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

Shades of Deep Magenta #B61BBA

Tints of Deep Magenta #B61BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 46.08%
G = 6.84%
B = 47.09%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B61BBA (or 0xB61BBA) is known color: Deep Magenta. HEX triplet: B6, 1B and BA. RGB value is (182,27,186). Sum of RGB (Red+Green+Blue) = 182+27+186=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 27 (10.94% from 255 or 6.84% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #B61BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61BBA is #49E445. Grayscale: #5A5A5A. Windows color (decimal): -4842566 or 12196790. OLE color: 12196790.

HSL color Cylindrical-coordinate representation of color #B61BBA: hue angle of 298.49º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B61BBA is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 27 186 -
CMYK 0.02 0.85 0 0.27
HSL 298.49º 0.75% 0.42% -
HSV(B) 298.49º 0.85% 0.73% -
XYZ 28.55 14.27 47.71 -
YUV 91.47 181.35 192.57 -
System Red Green Blue C M Y K H S L
Decimal 182 27 186 0.02 0.85 0 0.27 298.49 0.75 0.42
Hex B6 1B BA 2 55 0 1B 12A 4B 2A
Octal 266 33 272 2 125 0 33 452 113 52
Binary 10110110 11011 10111010 10 1010101 0 11011 100101010 1001011 101010

Color Harmonies of #B61BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61BBA

Black with #B61BBA

Text Example


Text Example

White with #B61BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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