Html Css Color HEX #B61FBA Deep Magenta

📋 copy color: '#B61FBA'

red 182 ◦ green 31 ◦ blue 186

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

Shades of Deep Magenta #B61FBA

Tints of Deep Magenta #B61FBA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.77%

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

R = 45.61%
G = 7.77%
B = 46.62%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B61FBA (or 0xB61FBA) is known color: Deep Magenta. HEX triplet: B6, 1F and BA. RGB value is (182,31,186). Sum of RGB (Red+Green+Blue) = 182+31+186=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 31 (12.5% from 255 or 7.77% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #B61FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61FBA is #49E045. Grayscale: #5D5D5D. Windows color (decimal): -4841542 or 12197814. OLE color: 12197814.

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

Color convert

RGB 182 31 186 -
CMYK 0.02 0.83 0 0.27
HSL 298.45º 0.71% 0.43% -
HSV(B) 298.45º 0.83% 0.73% -
XYZ 28.64 14.47 47.74 -
YUV 93.82 180.03 190.9 -
System Red Green Blue C M Y K H S L
Decimal 182 31 186 0.02 0.83 0 0.27 298.45 0.71 0.43
Hex B6 1F BA 2 53 0 1B 12A 47 2B
Octal 266 37 272 2 123 0 33 452 107 53
Binary 10110110 11111 10111010 10 1010011 0 11011 100101010 1000111 101011

Color Harmonies of #B61FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61FBA

Black with #B61FBA

Text Example


Text Example

White with #B61FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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