Html Css Color HEX #B61CBA Deep Magenta

📋 copy color: '#B61CBA'

red 182 ◦ green 28 ◦ blue 186

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

Shades of Deep Magenta #B61CBA

Tints of Deep Magenta #B61CBA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.07%

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

R = 45.96%
G = 7.07%
B = 46.97%

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

#B61CBA (or 0xB61CBA) is known color: Deep Magenta. HEX triplet: B6, 1C and BA. RGB value is (182,28,186). Sum of RGB (Red+Green+Blue) = 182+28+186=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #B61CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61CBA is #49E345. Grayscale: #5B5B5B. Windows color (decimal): -4842310 or 12197046. OLE color: 12197046.

HSL color Cylindrical-coordinate representation of color #B61CBA: hue angle of 298.48º degrees, saturation: 0.74, 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 #B61CBA is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 28 186 -
CMYK 0.02 0.85 0 0.27
HSL 298.48º 0.74% 0.42% -
HSV(B) 298.48º 0.85% 0.73% -
XYZ 28.57 14.32 47.71 -
YUV 92.06 181.02 192.15 -
System Red Green Blue C M Y K H S L
Decimal 182 28 186 0.02 0.85 0 0.27 298.48 0.74 0.42
Hex B6 1C BA 2 55 0 1B 12A 4A 2A
Octal 266 34 272 2 125 0 33 452 112 52
Binary 10110110 11100 10111010 10 1010101 0 11011 100101010 1001010 101010

Color Harmonies of #B61CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61CBA

Black with #B61CBA

Text Example


Text Example

White with #B61CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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